├── LICENSE ├── README.md └── UnityTimelordBlender ├── Assets ├── DemoScene.meta ├── DemoScene │ ├── DemoScene.unity │ ├── DemoScene.unity.meta │ ├── NavMesh-Environment.asset │ └── NavMesh-Environment.asset.meta ├── Mixamo.meta ├── Mixamo │ ├── Downloads.meta │ ├── Downloads │ │ ├── xbot@IdleArmStretch.fbx │ │ ├── xbot@IdleArmStretch.fbx.meta │ │ ├── xbot@IdleHappyWiggle.fbx │ │ ├── xbot@IdleHappyWiggle.fbx.meta │ │ ├── xbot@IdleLegFidget.fbx │ │ ├── xbot@IdleLegFidget.fbx.meta │ │ ├── xbot@IdleLookAround.fbx │ │ ├── xbot@IdleLookAround.fbx.meta │ │ ├── ybot@Hip Hop Dancing.fbx │ │ ├── ybot@Hip Hop Dancing.fbx.meta │ │ ├── ybot@Samba Dancing.fbx │ │ ├── ybot@Samba Dancing.fbx.meta │ │ ├── ybot@Standing Up.fbx │ │ └── ybot@Standing Up.fbx.meta │ ├── Magic Pack.meta │ ├── Magic Pack │ │ ├── Animations.meta │ │ ├── Animations │ │ │ ├── Crouch_Idle.anim │ │ │ ├── Crouch_Idle.anim.meta │ │ │ ├── Crouch_To_Standing_Idle.anim │ │ │ ├── Crouch_To_Standing_Idle.anim.meta │ │ │ ├── Crouch_Turn_Left_90.anim │ │ │ ├── Crouch_Turn_Left_90.anim.meta │ │ │ ├── Crouch_Turn_Right_90.anim │ │ │ ├── Crouch_Turn_Right_90.anim.meta │ │ │ ├── Crouch_Walk_Back.anim │ │ │ ├── Crouch_Walk_Back.anim.meta │ │ │ ├── Crouch_Walk_Forward.anim │ │ │ ├── Crouch_Walk_Forward.anim.meta │ │ │ ├── Crouch_Walk_Left.anim │ │ │ ├── Crouch_Walk_Left.anim.meta │ │ │ ├── Crouch_Walk_Right.anim │ │ │ ├── Crouch_Walk_Right.anim.meta │ │ │ ├── Standing_1H_Magic_Attack_02.anim │ │ │ ├── Standing_1H_Magic_Attack_02.anim.meta │ │ │ ├── Standing_1H_Magic_Attack_03.anim │ │ │ ├── Standing_1H_Magic_Attack_03.anim.meta │ │ │ ├── Standing_2H_Cast_Spell_01.anim │ │ │ ├── Standing_2H_Cast_Spell_01.anim.meta │ │ │ ├── Standing_2H_Magic_Area_Attack_01.anim │ │ │ ├── Standing_2H_Magic_Area_Attack_01.anim.meta │ │ │ ├── Standing_2H_Magic_Area_Attack_02.anim │ │ │ ├── Standing_2H_Magic_Area_Attack_02.anim.meta │ │ │ ├── Standing_2H_Magic_Attack_01.anim │ │ │ ├── Standing_2H_Magic_Attack_01.anim.meta │ │ │ ├── Standing_2H_Magic_Attack_02.anim │ │ │ ├── Standing_2H_Magic_Attack_02.anim.meta │ │ │ ├── Standing_2H_Magic_Attack_03.anim │ │ │ ├── Standing_2H_Magic_Attack_03.anim.meta │ │ │ ├── Standing_2H_Magic_Attack_04.anim │ │ │ ├── Standing_2H_Magic_Attack_04.anim.meta │ │ │ ├── Standing_2H_Magic_Attack_05.anim │ │ │ ├── Standing_2H_Magic_Attack_05.anim.meta │ │ │ ├── Standing_Block_End.anim │ │ │ ├── Standing_Block_End.anim.meta │ │ │ ├── Standing_Block_Idle.anim │ │ │ ├── Standing_Block_Idle.anim.meta │ │ │ ├── Standing_Block_React_Large.anim │ │ │ ├── Standing_Block_React_Large.anim.meta │ │ │ ├── Standing_Block_Start.anim │ │ │ ├── Standing_Block_Start.anim.meta │ │ │ ├── Standing_Idle_03.anim │ │ │ ├── Standing_Idle_03.anim.meta │ │ │ ├── Standing_Idle_04.anim │ │ │ ├── Standing_Idle_04.anim.meta │ │ │ ├── Standing_Idle_To_Crouch.anim │ │ │ ├── Standing_Idle_To_Crouch.anim.meta │ │ │ ├── Standing_Jump.anim │ │ │ ├── Standing_Jump.anim.meta │ │ │ ├── Standing_Jump_Running.anim │ │ │ ├── Standing_Jump_Running.anim.meta │ │ │ ├── Standing_Jump_Running_Landing.anim │ │ │ ├── Standing_Jump_Running_Landing.anim.meta │ │ │ ├── Standing_Land_To_Standing_Idle.anim │ │ │ ├── Standing_Land_To_Standing_Idle.anim.meta │ │ │ ├── Standing_React_Death_Backward.anim │ │ │ ├── Standing_React_Death_Backward.anim.meta │ │ │ ├── Standing_React_Death_Forward.anim │ │ │ ├── Standing_React_Death_Forward.anim.meta │ │ │ ├── Standing_React_Death_Left.anim │ │ │ ├── Standing_React_Death_Left.anim.meta │ │ │ ├── Standing_React_Death_Right.anim │ │ │ ├── Standing_React_Death_Right.anim.meta │ │ │ ├── Standing_React_Large_From_Back.anim │ │ │ ├── Standing_React_Large_From_Back.anim.meta │ │ │ ├── Standing_React_Large_From_Front.anim │ │ │ ├── Standing_React_Large_From_Front.anim.meta │ │ │ ├── Standing_React_Large_From_Left.anim │ │ │ ├── Standing_React_Large_From_Left.anim.meta │ │ │ ├── Standing_React_Large_From_Right.anim │ │ │ ├── Standing_React_Large_From_Right.anim.meta │ │ │ ├── Standing_React_Small_From_Back.anim │ │ │ ├── Standing_React_Small_From_Back.anim.meta │ │ │ ├── Standing_React_Small_From_Front.anim │ │ │ ├── Standing_React_Small_From_Front.anim.meta │ │ │ ├── Standing_React_Small_From_Left.anim │ │ │ ├── Standing_React_Small_From_Left.anim.meta │ │ │ ├── Standing_React_Small_From_Right.anim │ │ │ ├── Standing_React_Small_From_Right.anim.meta │ │ │ ├── Standing_Run_Back.anim │ │ │ ├── Standing_Run_Back.anim.meta │ │ │ ├── Standing_Run_Forward.anim │ │ │ ├── Standing_Run_Forward.anim.meta │ │ │ ├── Standing_Run_Left.anim │ │ │ ├── Standing_Run_Left.anim.meta │ │ │ ├── Standing_Run_Right.anim │ │ │ ├── Standing_Run_Right.anim.meta │ │ │ ├── Standing_Sprint_Forward.anim │ │ │ ├── Standing_Sprint_Forward.anim.meta │ │ │ ├── Standing_Turn_Left_90.anim │ │ │ ├── Standing_Turn_Left_90.anim.meta │ │ │ ├── Standing_Turn_Right_90.anim │ │ │ ├── Standing_Turn_Right_90.anim.meta │ │ │ ├── Standing_Walk_Back.anim │ │ │ ├── Standing_Walk_Back.anim.meta │ │ │ ├── Standing_Walk_Forward.anim │ │ │ ├── Standing_Walk_Forward.anim.meta │ │ │ ├── Standing_Walk_Left.anim │ │ │ ├── Standing_Walk_Left.anim.meta │ │ │ ├── Standing_Walk_Right.anim │ │ │ ├── Standing_Walk_Right.anim.meta │ │ │ ├── standing_1H_cast_spell_01.anim │ │ │ ├── standing_1H_cast_spell_01.anim.meta │ │ │ ├── standing_idle.anim │ │ │ ├── standing_idle.anim.meta │ │ │ ├── standing_idle_02.anim │ │ │ └── standing_idle_02.anim.meta │ │ ├── Characters.meta │ │ ├── Characters │ │ │ ├── Alpha@Alpha.fbx │ │ │ ├── Alpha@Alpha.fbx.meta │ │ │ ├── Beta@Beta.fbx │ │ │ ├── Beta@Beta.fbx.meta │ │ │ ├── Materials.meta │ │ │ └── Materials │ │ │ │ ├── Alpha_Body_MAT.mat │ │ │ │ ├── Alpha_Body_MAT.mat.meta │ │ │ │ ├── Alpha_Joints_MAT.mat │ │ │ │ ├── Alpha_Joints_MAT.mat.meta │ │ │ │ ├── Beta_Body_MAT.mat │ │ │ │ ├── Beta_Body_MAT.mat.meta │ │ │ │ ├── Beta_Joints_MAT.mat │ │ │ │ └── Beta_Joints_MAT.mat.meta │ │ ├── Demo.meta │ │ ├── Demo │ │ │ ├── CameraScroll.cs │ │ │ ├── CameraScroll.cs.meta │ │ │ ├── Demo.unity │ │ │ ├── Demo.unity.meta │ │ │ ├── DemoAnimatorControllers.meta │ │ │ ├── DemoAnimatorControllers │ │ │ │ ├── Alpha@Alpha_1.controller │ │ │ │ ├── Alpha@Alpha_1.controller.meta │ │ │ │ ├── Alpha@Alpha_10.controller │ │ │ │ ├── Alpha@Alpha_10.controller.meta │ │ │ │ ├── Alpha@Alpha_11.controller │ │ │ │ ├── Alpha@Alpha_11.controller.meta │ │ │ │ ├── Alpha@Alpha_12.controller │ │ │ │ ├── Alpha@Alpha_12.controller.meta │ │ │ │ ├── Alpha@Alpha_13.controller │ │ │ │ ├── Alpha@Alpha_13.controller.meta │ │ │ │ ├── Alpha@Alpha_14.controller │ │ │ │ ├── Alpha@Alpha_14.controller.meta │ │ │ │ ├── Alpha@Alpha_15.controller │ │ │ │ ├── Alpha@Alpha_15.controller.meta │ │ │ │ ├── Alpha@Alpha_16.controller │ │ │ │ ├── Alpha@Alpha_16.controller.meta │ │ │ │ ├── Alpha@Alpha_17.controller │ │ │ │ ├── Alpha@Alpha_17.controller.meta │ │ │ │ ├── Alpha@Alpha_18.controller │ │ │ │ ├── Alpha@Alpha_18.controller.meta │ │ │ │ ├── Alpha@Alpha_19.controller │ │ │ │ ├── Alpha@Alpha_19.controller.meta │ │ │ │ ├── Alpha@Alpha_2.controller │ │ │ │ ├── Alpha@Alpha_2.controller.meta │ │ │ │ ├── Alpha@Alpha_20.controller │ │ │ │ ├── Alpha@Alpha_20.controller.meta │ │ │ │ ├── Alpha@Alpha_21.controller │ │ │ │ ├── Alpha@Alpha_21.controller.meta │ │ │ │ ├── Alpha@Alpha_22.controller │ │ │ │ ├── Alpha@Alpha_22.controller.meta │ │ │ │ ├── Alpha@Alpha_23.controller │ │ │ │ ├── Alpha@Alpha_23.controller.meta │ │ │ │ ├── Alpha@Alpha_24.controller │ │ │ │ ├── Alpha@Alpha_24.controller.meta │ │ │ │ ├── Alpha@Alpha_25.controller │ │ │ │ ├── Alpha@Alpha_25.controller.meta │ │ │ │ ├── Alpha@Alpha_26.controller │ │ │ │ ├── Alpha@Alpha_26.controller.meta │ │ │ │ ├── Alpha@Alpha_27.controller │ │ │ │ ├── Alpha@Alpha_27.controller.meta │ │ │ │ ├── Alpha@Alpha_28.controller │ │ │ │ ├── Alpha@Alpha_28.controller.meta │ │ │ │ ├── Alpha@Alpha_29.controller │ │ │ │ ├── Alpha@Alpha_29.controller.meta │ │ │ │ ├── Alpha@Alpha_3.controller │ │ │ │ ├── Alpha@Alpha_3.controller.meta │ │ │ │ ├── Alpha@Alpha_30.controller │ │ │ │ ├── Alpha@Alpha_30.controller.meta │ │ │ │ ├── Alpha@Alpha_31.controller │ │ │ │ ├── Alpha@Alpha_31.controller.meta │ │ │ │ ├── Alpha@Alpha_32.controller │ │ │ │ ├── Alpha@Alpha_32.controller.meta │ │ │ │ ├── Alpha@Alpha_33.controller │ │ │ │ ├── Alpha@Alpha_33.controller.meta │ │ │ │ ├── Alpha@Alpha_34.controller │ │ │ │ ├── Alpha@Alpha_34.controller.meta │ │ │ │ ├── Alpha@Alpha_35.controller │ │ │ │ ├── Alpha@Alpha_35.controller.meta │ │ │ │ ├── Alpha@Alpha_36.controller │ │ │ │ ├── Alpha@Alpha_36.controller.meta │ │ │ │ ├── Alpha@Alpha_37.controller │ │ │ │ ├── Alpha@Alpha_37.controller.meta │ │ │ │ ├── Alpha@Alpha_38.controller │ │ │ │ ├── Alpha@Alpha_38.controller.meta │ │ │ │ ├── Alpha@Alpha_39.controller │ │ │ │ ├── Alpha@Alpha_39.controller.meta │ │ │ │ ├── Alpha@Alpha_4.controller │ │ │ │ ├── Alpha@Alpha_4.controller.meta │ │ │ │ ├── Alpha@Alpha_40.controller │ │ │ │ ├── Alpha@Alpha_40.controller.meta │ │ │ │ ├── Alpha@Alpha_41.controller │ │ │ │ ├── Alpha@Alpha_41.controller.meta │ │ │ │ ├── Alpha@Alpha_42.controller │ │ │ │ ├── Alpha@Alpha_42.controller.meta │ │ │ │ ├── Alpha@Alpha_43.controller │ │ │ │ ├── Alpha@Alpha_43.controller.meta │ │ │ │ ├── Alpha@Alpha_44.controller │ │ │ │ ├── Alpha@Alpha_44.controller.meta │ │ │ │ ├── Alpha@Alpha_45.controller │ │ │ │ ├── Alpha@Alpha_45.controller.meta │ │ │ │ ├── Alpha@Alpha_46.controller │ │ │ │ ├── Alpha@Alpha_46.controller.meta │ │ │ │ ├── Alpha@Alpha_47.controller │ │ │ │ ├── Alpha@Alpha_47.controller.meta │ │ │ │ ├── Alpha@Alpha_48.controller │ │ │ │ ├── Alpha@Alpha_48.controller.meta │ │ │ │ ├── Alpha@Alpha_49.controller │ │ │ │ ├── Alpha@Alpha_49.controller.meta │ │ │ │ ├── Alpha@Alpha_5.controller │ │ │ │ ├── Alpha@Alpha_5.controller.meta │ │ │ │ ├── Alpha@Alpha_50.controller │ │ │ │ ├── Alpha@Alpha_50.controller.meta │ │ │ │ ├── Alpha@Alpha_51.controller │ │ │ │ ├── Alpha@Alpha_51.controller.meta │ │ │ │ ├── Alpha@Alpha_52.controller │ │ │ │ ├── Alpha@Alpha_52.controller.meta │ │ │ │ ├── Alpha@Alpha_53.controller │ │ │ │ ├── Alpha@Alpha_53.controller.meta │ │ │ │ ├── Alpha@Alpha_54.controller │ │ │ │ ├── Alpha@Alpha_54.controller.meta │ │ │ │ ├── Alpha@Alpha_55.controller │ │ │ │ ├── Alpha@Alpha_55.controller.meta │ │ │ │ ├── Alpha@Alpha_56.controller │ │ │ │ ├── Alpha@Alpha_56.controller.meta │ │ │ │ ├── Alpha@Alpha_6.controller │ │ │ │ ├── Alpha@Alpha_6.controller.meta │ │ │ │ ├── Alpha@Alpha_7.controller │ │ │ │ ├── Alpha@Alpha_7.controller.meta │ │ │ │ ├── Alpha@Alpha_8.controller │ │ │ │ ├── Alpha@Alpha_8.controller.meta │ │ │ │ ├── Alpha@Alpha_9.controller │ │ │ │ └── Alpha@Alpha_9.controller.meta │ │ │ ├── Floor.mat │ │ │ ├── Floor.mat.meta │ │ │ ├── Tile.jpg │ │ │ └── Tile.jpg.meta │ │ ├── readme.txt │ │ └── readme.txt.meta │ ├── Melee Axe Pack.meta │ └── Melee Axe Pack │ │ ├── Animations.meta │ │ ├── Animations │ │ ├── standing_block_idle.anim │ │ ├── standing_block_idle.anim.meta │ │ ├── standing_block_react_large.anim │ │ ├── standing_block_react_large.anim.meta │ │ ├── standing_disarm_over_shoulder.anim │ │ ├── standing_disarm_over_shoulder.anim.meta │ │ ├── standing_disarm_underarm.anim │ │ ├── standing_disarm_underarm.anim.meta │ │ ├── standing_idle.anim │ │ ├── standing_idle.anim.meta │ │ ├── standing_idle_looking_ver_1.anim │ │ ├── standing_idle_looking_ver_1.anim.meta │ │ ├── standing_idle_looking_ver_2.anim │ │ ├── standing_idle_looking_ver_2.anim.meta │ │ ├── standing_jump.anim │ │ ├── standing_jump.anim.meta │ │ ├── standing_melee_attack_360_high.anim │ │ ├── standing_melee_attack_360_high.anim.meta │ │ ├── standing_melee_attack_360_low.anim │ │ ├── standing_melee_attack_360_low.anim.meta │ │ ├── standing_melee_attack_backhand.anim │ │ ├── standing_melee_attack_backhand.anim.meta │ │ ├── standing_melee_attack_downward.anim │ │ ├── standing_melee_attack_downward.anim.meta │ │ ├── standing_melee_attack_horizontal.anim │ │ ├── standing_melee_attack_horizontal.anim.meta │ │ ├── standing_melee_attack_kick_ver_1.anim │ │ ├── standing_melee_attack_kick_ver_1.anim.meta │ │ ├── standing_melee_attack_kick_ver_2.anim │ │ ├── standing_melee_attack_kick_ver_2.anim.meta │ │ ├── standing_melee_combo_attack_ver_1.anim │ │ ├── standing_melee_combo_attack_ver_1.anim.meta │ │ ├── standing_melee_combo_attack_ver_2.anim │ │ ├── standing_melee_combo_attack_ver_2.anim.meta │ │ ├── standing_melee_combo_attack_ver_3.anim │ │ ├── standing_melee_combo_attack_ver_3.anim.meta │ │ ├── standing_melee_run_jump_attack.anim │ │ ├── standing_melee_run_jump_attack.anim.meta │ │ ├── standing_react_large_from_left.anim │ │ ├── standing_react_large_from_left.anim.meta │ │ ├── standing_react_large_from_right.anim │ │ ├── standing_react_large_from_right.anim.meta │ │ ├── standing_react_large_gut.anim │ │ ├── standing_react_large_gut.anim.meta │ │ ├── standing_run_back.anim │ │ ├── standing_run_back.anim.meta │ │ ├── standing_run_back_inPlace.anim │ │ ├── standing_run_back_inPlace.anim.meta │ │ ├── standing_run_forward.anim │ │ ├── standing_run_forward.anim.meta │ │ ├── standing_run_forward_inPlace.anim │ │ ├── standing_run_forward_inPlace.anim.meta │ │ ├── standing_taunt_battlecry.anim │ │ ├── standing_taunt_battlecry.anim.meta │ │ ├── standing_taunt_chest_thump.anim │ │ ├── standing_taunt_chest_thump.anim.meta │ │ ├── standing_turn_left_90.anim │ │ ├── standing_turn_left_90.anim.meta │ │ ├── standing_turn_right_90.anim │ │ ├── standing_turn_right_90.anim.meta │ │ ├── standing_walk_back.anim │ │ ├── standing_walk_back.anim.meta │ │ ├── standing_walk_back_inPlace.anim │ │ ├── standing_walk_back_inPlace.anim.meta │ │ ├── standing_walk_forward.anim │ │ ├── standing_walk_forward.anim.meta │ │ ├── standing_walk_forward_inPlace.anim │ │ ├── standing_walk_forward_inPlace.anim.meta │ │ ├── standing_walk_left.anim │ │ ├── standing_walk_left.anim.meta │ │ ├── standing_walk_left_inPlace.anim │ │ ├── standing_walk_left_inPlace.anim.meta │ │ ├── standing_walk_right.anim │ │ ├── standing_walk_right.anim.meta │ │ ├── standing_walk_right_inPlace.anim │ │ ├── standing_walk_right_inPlace.anim.meta │ │ ├── unarmed_equip_over_shoulder.anim │ │ ├── unarmed_equip_over_shoulder.anim.meta │ │ ├── unarmed_equip_underarm.anim │ │ ├── unarmed_equip_underarm.anim.meta │ │ ├── unarmed_idle.anim │ │ ├── unarmed_idle.anim.meta │ │ ├── unarmed_idle_looking_ver_1.anim │ │ ├── unarmed_idle_looking_ver_1.anim.meta │ │ ├── unarmed_idle_looking_ver_2.anim │ │ ├── unarmed_idle_looking_ver_2.anim.meta │ │ ├── unarmed_jump.anim │ │ ├── unarmed_jump.anim.meta │ │ ├── unarmed_jump_running.anim │ │ ├── unarmed_jump_running.anim.meta │ │ ├── unarmed_run_back.anim │ │ ├── unarmed_run_back.anim.meta │ │ ├── unarmed_run_back_inPlace.anim │ │ ├── unarmed_run_back_inPlace.anim.meta │ │ ├── unarmed_run_forward.anim │ │ ├── unarmed_run_forward.anim.meta │ │ ├── unarmed_run_forward_inPlace.anim │ │ ├── unarmed_run_forward_inPlace.anim.meta │ │ ├── unarmed_turn_left_90.anim │ │ ├── unarmed_turn_left_90.anim.meta │ │ ├── unarmed_turn_right_90.anim │ │ ├── unarmed_turn_right_90.anim.meta │ │ ├── unarmed_walk_back.anim │ │ ├── unarmed_walk_back.anim.meta │ │ ├── unarmed_walk_back_inPlace.anim │ │ ├── unarmed_walk_back_inPlace.anim.meta │ │ ├── unarmed_walk_forward.anim │ │ ├── unarmed_walk_forward.anim.meta │ │ ├── unarmed_walk_forward_inPlace.anim │ │ └── unarmed_walk_forward_inPlace.anim.meta │ │ ├── Demo.meta │ │ ├── Demo │ │ ├── DemoAnimatorControllers.meta │ │ └── DemoAnimatorControllers │ │ │ ├── Alpha@Alpha_1.controller │ │ │ ├── Alpha@Alpha_1.controller.meta │ │ │ ├── Alpha@Alpha_10.controller │ │ │ ├── Alpha@Alpha_10.controller.meta │ │ │ ├── Alpha@Alpha_11.controller │ │ │ ├── Alpha@Alpha_11.controller.meta │ │ │ ├── Alpha@Alpha_12.controller │ │ │ ├── Alpha@Alpha_12.controller.meta │ │ │ ├── Alpha@Alpha_13.controller │ │ │ ├── Alpha@Alpha_13.controller.meta │ │ │ ├── Alpha@Alpha_14.controller │ │ │ ├── Alpha@Alpha_14.controller.meta │ │ │ ├── Alpha@Alpha_15.controller │ │ │ ├── Alpha@Alpha_15.controller.meta │ │ │ ├── Alpha@Alpha_16.controller │ │ │ ├── Alpha@Alpha_16.controller.meta │ │ │ ├── Alpha@Alpha_17.controller │ │ │ ├── Alpha@Alpha_17.controller.meta │ │ │ ├── Alpha@Alpha_18.controller │ │ │ ├── Alpha@Alpha_18.controller.meta │ │ │ ├── Alpha@Alpha_19.controller │ │ │ ├── Alpha@Alpha_19.controller.meta │ │ │ ├── Alpha@Alpha_2.controller │ │ │ ├── Alpha@Alpha_2.controller.meta │ │ │ ├── Alpha@Alpha_20.controller │ │ │ ├── Alpha@Alpha_20.controller.meta │ │ │ ├── Alpha@Alpha_21.controller │ │ │ ├── Alpha@Alpha_21.controller.meta │ │ │ ├── Alpha@Alpha_22.controller │ │ │ ├── Alpha@Alpha_22.controller.meta │ │ │ ├── Alpha@Alpha_23.controller │ │ │ ├── Alpha@Alpha_23.controller.meta │ │ │ ├── Alpha@Alpha_24.controller │ │ │ ├── Alpha@Alpha_24.controller.meta │ │ │ ├── Alpha@Alpha_25.controller │ │ │ ├── Alpha@Alpha_25.controller.meta │ │ │ ├── Alpha@Alpha_26.controller │ │ │ ├── Alpha@Alpha_26.controller.meta │ │ │ ├── Alpha@Alpha_27.controller │ │ │ ├── Alpha@Alpha_27.controller.meta │ │ │ ├── Alpha@Alpha_28.controller │ │ │ ├── Alpha@Alpha_28.controller.meta │ │ │ ├── Alpha@Alpha_29.controller │ │ │ ├── Alpha@Alpha_29.controller.meta │ │ │ ├── Alpha@Alpha_3.controller │ │ │ ├── Alpha@Alpha_3.controller.meta │ │ │ ├── Alpha@Alpha_30.controller │ │ │ ├── Alpha@Alpha_30.controller.meta │ │ │ ├── Alpha@Alpha_31.controller │ │ │ ├── Alpha@Alpha_31.controller.meta │ │ │ ├── Alpha@Alpha_32.controller │ │ │ ├── Alpha@Alpha_32.controller.meta │ │ │ ├── Alpha@Alpha_33.controller │ │ │ ├── Alpha@Alpha_33.controller.meta │ │ │ ├── Alpha@Alpha_34.controller │ │ │ ├── Alpha@Alpha_34.controller.meta │ │ │ ├── Alpha@Alpha_35.controller │ │ │ ├── Alpha@Alpha_35.controller.meta │ │ │ ├── Alpha@Alpha_36.controller │ │ │ ├── Alpha@Alpha_36.controller.meta │ │ │ ├── Alpha@Alpha_37.controller │ │ │ ├── Alpha@Alpha_37.controller.meta │ │ │ ├── Alpha@Alpha_38.controller │ │ │ ├── Alpha@Alpha_38.controller.meta │ │ │ ├── Alpha@Alpha_39.controller │ │ │ ├── Alpha@Alpha_39.controller.meta │ │ │ ├── Alpha@Alpha_4.controller │ │ │ ├── Alpha@Alpha_4.controller.meta │ │ │ ├── Alpha@Alpha_40.controller │ │ │ ├── Alpha@Alpha_40.controller.meta │ │ │ ├── Alpha@Alpha_41.controller │ │ │ ├── Alpha@Alpha_41.controller.meta │ │ │ ├── Alpha@Alpha_42.controller │ │ │ ├── Alpha@Alpha_42.controller.meta │ │ │ ├── Alpha@Alpha_43.controller │ │ │ ├── Alpha@Alpha_43.controller.meta │ │ │ ├── Alpha@Alpha_44.controller │ │ │ ├── Alpha@Alpha_44.controller.meta │ │ │ ├── Alpha@Alpha_45.controller │ │ │ ├── Alpha@Alpha_45.controller.meta │ │ │ ├── Alpha@Alpha_46.controller │ │ │ ├── Alpha@Alpha_46.controller.meta │ │ │ ├── Alpha@Alpha_47.controller │ │ │ ├── Alpha@Alpha_47.controller.meta │ │ │ ├── Alpha@Alpha_48.controller │ │ │ ├── Alpha@Alpha_48.controller.meta │ │ │ ├── Alpha@Alpha_49.controller │ │ │ ├── Alpha@Alpha_49.controller.meta │ │ │ ├── Alpha@Alpha_5.controller │ │ │ ├── Alpha@Alpha_5.controller.meta │ │ │ ├── Alpha@Alpha_50.controller │ │ │ ├── Alpha@Alpha_50.controller.meta │ │ │ ├── Alpha@Alpha_51.controller │ │ │ ├── Alpha@Alpha_51.controller.meta │ │ │ ├── Alpha@Alpha_52.controller │ │ │ ├── Alpha@Alpha_52.controller.meta │ │ │ ├── Alpha@Alpha_53.controller │ │ │ ├── Alpha@Alpha_53.controller.meta │ │ │ ├── Alpha@Alpha_54.controller │ │ │ ├── Alpha@Alpha_54.controller.meta │ │ │ ├── Alpha@Alpha_55.controller │ │ │ ├── Alpha@Alpha_55.controller.meta │ │ │ ├── Alpha@Alpha_6.controller │ │ │ ├── Alpha@Alpha_6.controller.meta │ │ │ ├── Alpha@Alpha_7.controller │ │ │ ├── Alpha@Alpha_7.controller.meta │ │ │ ├── Alpha@Alpha_8.controller │ │ │ ├── Alpha@Alpha_8.controller.meta │ │ │ ├── Alpha@Alpha_9.controller │ │ │ └── Alpha@Alpha_9.controller.meta │ │ ├── readme.txt │ │ └── readme.txt.meta ├── Models.meta ├── Models │ ├── LowMan.meta │ └── LowMan │ │ ├── Animation.meta │ │ ├── Animation │ │ ├── Clips.meta │ │ ├── Clips │ │ │ ├── Humanoid_Crouch.fbx │ │ │ ├── Humanoid_Crouch.fbx.meta │ │ │ ├── Humanoid_Dying.fbx │ │ │ ├── Humanoid_Dying.fbx.meta │ │ │ ├── Humanoid_Idle.fbx │ │ │ ├── Humanoid_Idle.fbx.meta │ │ │ ├── Humanoid_IdleJumpUp.fbx │ │ │ ├── Humanoid_IdleJumpUp.fbx.meta │ │ │ ├── Humanoid_IdleWin.fbx │ │ │ ├── Humanoid_IdleWin.fbx.meta │ │ │ ├── Humanoid_JumpAndFall.fbx │ │ │ ├── Humanoid_JumpAndFall.fbx.meta │ │ │ ├── Humanoid_MidAir.fbx │ │ │ ├── Humanoid_MidAir.fbx.meta │ │ │ ├── Humanoid_Run.fbx │ │ │ ├── Humanoid_Run.fbx.meta │ │ │ ├── Humanoid_RunTurn.fbx │ │ │ ├── Humanoid_RunTurn.fbx.meta │ │ │ ├── Humanoid_RunTurnSharp.fbx │ │ │ ├── Humanoid_RunTurnSharp.fbx.meta │ │ │ ├── Humanoid_StandTurn.fbx │ │ │ ├── Humanoid_StandTurn.fbx.meta │ │ │ ├── Humanoid_Walk.fbx │ │ │ ├── Humanoid_Walk.fbx.meta │ │ │ ├── Humanoid_WalkTurn.fbx │ │ │ ├── Humanoid_WalkTurn.fbx.meta │ │ │ ├── Humanoid_WalkTurnSharp.fbx │ │ │ └── Humanoid_WalkTurnSharp.fbx.meta │ │ ├── Humanoid.controller │ │ └── Humanoid.controller.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── LowBody.mat │ │ ├── LowBody.mat.meta │ │ ├── NotBouncy.physicMaterial │ │ └── NotBouncy.physicMaterial.meta │ │ ├── Models.meta │ │ └── Models │ │ ├── LowBody.fbx │ │ └── LowBody.fbx.meta ├── NavMeshComponents.meta ├── NavMeshComponents │ ├── Editor.meta │ ├── Editor │ │ ├── NavMeshComponentsGUIUtility.cs │ │ ├── NavMeshComponentsGUIUtility.cs.meta │ │ ├── NavMeshLinkEditor.cs │ │ ├── NavMeshLinkEditor.cs.meta │ │ ├── NavMeshModifierEditor.cs │ │ ├── NavMeshModifierEditor.cs.meta │ │ ├── NavMeshModifierVolumeEditor.cs │ │ ├── NavMeshModifierVolumeEditor.cs.meta │ │ ├── NavMeshSurfaceEditor.cs │ │ └── NavMeshSurfaceEditor.cs.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── NavMeshLink.cs │ │ ├── NavMeshLink.cs.meta │ │ ├── NavMeshModifier.cs │ │ ├── NavMeshModifier.cs.meta │ │ ├── NavMeshModifierVolume.cs │ │ ├── NavMeshModifierVolume.cs.meta │ │ ├── NavMeshSurface.cs │ │ └── NavMeshSurface.cs.meta ├── Prefabs.meta ├── Prefabs │ ├── Unit.prefab │ └── Unit.prefab.meta ├── ProBuilder Data.meta ├── ProBuilder Data │ ├── Default Color Palette.asset │ ├── Default Color Palette.asset.meta │ ├── ProBuilderPreferences.asset │ └── ProBuilderPreferences.asset.meta ├── Scripts.meta ├── Scripts │ ├── AnimatorController.cs │ ├── AnimatorController.cs.meta │ ├── ButtonClickedSource.cs │ ├── ButtonClickedSource.cs.meta │ ├── DebugMotionDrawer.cs │ ├── DebugMotionDrawer.cs.meta │ ├── Parameters.cs │ ├── Parameters.cs.meta │ ├── PlayRandomTimeline.cs │ ├── PlayRandomTimeline.cs.meta │ ├── PlayTimelinesOnButtonClick.cs │ ├── PlayTimelinesOnButtonClick.cs.meta │ ├── PlayerController.cs │ ├── PlayerController.cs.meta │ ├── TimelordDirector.cs │ ├── TimelordDirector.cs.meta │ ├── TimelordMixer.cs │ ├── TimelordMixer.cs.meta │ ├── TimelordStateBehavior.cs │ ├── TimelordStateBehavior.cs.meta │ ├── WanderAround.cs │ └── WanderAround.cs.meta ├── Timelines.meta └── Timelines │ ├── Attack360TimelineTimeline.playable │ ├── Attack360TimelineTimeline.playable.meta │ ├── AttackHorizontalTimelineTimeline.playable │ ├── AttackHorizontalTimelineTimeline.playable.meta │ ├── AttackVerticalTimelineTimeline.playable │ ├── AttackVerticalTimelineTimeline.playable.meta │ ├── CastSpellTimeline.playable │ ├── CastSpellTimeline.playable.meta │ ├── DanceTimelineTimeline.playable │ ├── DanceTimelineTimeline.playable.meta │ ├── DeathTimelineTimeline.playable │ ├── DeathTimelineTimeline.playable.meta │ ├── IdleTimelineTimeline.playable │ ├── IdleTimelineTimeline.playable.meta │ ├── SprintJumpTimelineTimeline.playable │ └── SprintJumpTimelineTimeline.playable.meta ├── Packages └── manifest.json └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/README.md -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/DemoScene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/DemoScene.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/DemoScene/DemoScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/DemoScene/DemoScene.unity -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/DemoScene/DemoScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/DemoScene/DemoScene.unity.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/DemoScene/NavMesh-Environment.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/DemoScene/NavMesh-Environment.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/DemoScene/NavMesh-Environment.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/DemoScene/NavMesh-Environment.asset.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleArmStretch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleArmStretch.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleArmStretch.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleArmStretch.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleHappyWiggle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleHappyWiggle.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleHappyWiggle.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleHappyWiggle.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLegFidget.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLegFidget.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLegFidget.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLegFidget.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLookAround.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLookAround.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLookAround.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/xbot@IdleLookAround.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Hip Hop Dancing.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Hip Hop Dancing.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Hip Hop Dancing.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Hip Hop Dancing.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Samba Dancing.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Samba Dancing.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Samba Dancing.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Samba Dancing.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Standing Up.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Standing Up.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Standing Up.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Downloads/ybot@Standing Up.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_To_Standing_Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_To_Standing_Idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_To_Standing_Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_To_Standing_Idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Left_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Left_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Left_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Left_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Right_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Right_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Right_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Turn_Right_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Crouch_Walk_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_02.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_02.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_02.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_02.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_03.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_03.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_03.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_1H_Magic_Attack_03.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Cast_Spell_01.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Cast_Spell_01.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Cast_Spell_01.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Cast_Spell_01.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_01.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_01.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_01.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_01.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_02.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_02.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_02.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Area_Attack_02.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_01.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_01.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_01.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_01.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_02.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_02.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_02.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_02.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_03.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_03.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_03.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_03.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_04.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_04.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_04.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_04.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_05.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_05.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_05.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_2H_Magic_Attack_05.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_End.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_End.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_End.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_End.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_React_Large.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_React_Large.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_React_Large.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_React_Large.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Start.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Start.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Start.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Block_Start.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_03.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_03.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_03.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_03.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_04.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_04.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_04.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_04.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_To_Crouch.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_To_Crouch.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_To_Crouch.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Idle_To_Crouch.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running_Landing.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running_Landing.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running_Landing.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Jump_Running_Landing.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Land_To_Standing_Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Land_To_Standing_Idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Land_To_Standing_Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Land_To_Standing_Idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Backward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Backward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Backward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Backward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Death_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Front.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Front.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Front.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Front.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Large_From_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Front.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Front.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Front.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Front.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_React_Small_From_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Run_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Sprint_Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Sprint_Forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Sprint_Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Sprint_Forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Left_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Left_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Left_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Left_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Right_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Right_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Right_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Turn_Right_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/Standing_Walk_Right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_1H_cast_spell_01.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_1H_cast_spell_01.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_1H_cast_spell_01.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_1H_cast_spell_01.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle_02.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle_02.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle_02.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Animations/standing_idle_02.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Alpha@Alpha.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Alpha@Alpha.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Alpha@Alpha.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Alpha@Alpha.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Beta@Beta.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Beta@Beta.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Beta@Beta.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Beta@Beta.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Body_MAT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Body_MAT.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Body_MAT.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Body_MAT.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Joints_MAT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Joints_MAT.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Joints_MAT.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Alpha_Joints_MAT.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Body_MAT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Body_MAT.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Body_MAT.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Body_MAT.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Joints_MAT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Joints_MAT.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Joints_MAT.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Characters/Materials/Beta_Joints_MAT.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/CameraScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/CameraScroll.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/CameraScroll.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/CameraScroll.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Demo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Demo.unity -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Demo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Demo.unity.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_56.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_56.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_56.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_56.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Floor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Floor.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Floor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Floor.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Tile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Tile.jpg -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Tile.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/Demo/Tile.jpg.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | Magic Pack by MIXAMO 3 | http://u3d.as/fUK -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Magic Pack/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Magic Pack/readme.txt.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_react_large.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_react_large.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_react_large.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_block_react_large.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_over_shoulder.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_over_shoulder.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_over_shoulder.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_over_shoulder.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_underarm.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_underarm.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_underarm.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_disarm_underarm.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_1.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_1.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_2.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_idle_looking_ver_2.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_jump.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_jump.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_high.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_high.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_high.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_high.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_low.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_low.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_low.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_360_low.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_backhand.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_backhand.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_backhand.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_backhand.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_downward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_downward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_downward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_downward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_horizontal.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_horizontal.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_horizontal.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_horizontal.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_1.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_1.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_2.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_attack_kick_ver_2.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_1.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_1.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_2.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_2.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_3.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_3.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_3.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_combo_attack_ver_3.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_run_jump_attack.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_run_jump_attack.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_run_jump_attack.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_melee_run_jump_attack.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_from_right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_gut.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_gut.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_gut.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_react_large_gut.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_back_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_run_forward_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_battlecry.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_battlecry.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_battlecry.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_battlecry.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_chest_thump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_chest_thump.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_chest_thump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_taunt_chest_thump.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_left_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_left_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_left_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_left_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_right_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_right_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_right_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_turn_right_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_back_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_forward_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_left_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/standing_walk_right_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_over_shoulder.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_over_shoulder.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_over_shoulder.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_over_shoulder.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_underarm.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_underarm.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_underarm.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_equip_underarm.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_1.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_1.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_2.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_idle_looking_ver_2.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump_running.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump_running.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump_running.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_jump_running.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_back_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_run_forward_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_left_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_left_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_left_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_left_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_right_90.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_right_90.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_right_90.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_turn_right_90.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_back_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward_inPlace.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward_inPlace.anim -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward_inPlace.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Animations/unarmed_walk_forward_inPlace.anim.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_1.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_10.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_11.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_12.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_13.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_14.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_15.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_16.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_17.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_18.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_19.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_2.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_20.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_21.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_22.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_23.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_24.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_25.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_26.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_27.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_28.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_29.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_3.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_30.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_31.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_32.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_33.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_34.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_35.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_36.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_37.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_38.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_39.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_4.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_40.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_41.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_42.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_43.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_44.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_45.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_46.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_47.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_48.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_49.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_5.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_50.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_51.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_52.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_53.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_54.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_55.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_6.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_7.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_8.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/Demo/DemoAnimatorControllers/Alpha@Alpha_9.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | Melee Axe Pack by MIXAMO 3 | http://u3d.as/fxi -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Mixamo/Melee Axe Pack/readme.txt.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Crouch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Crouch.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Crouch.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Crouch.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Dying.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Dying.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Dying.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Dying.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Idle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Idle.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Idle.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Idle.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleJumpUp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleJumpUp.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleJumpUp.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleJumpUp.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleWin.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleWin.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleWin.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_IdleWin.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_JumpAndFall.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_JumpAndFall.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_JumpAndFall.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_JumpAndFall.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_MidAir.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_MidAir.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_MidAir.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_MidAir.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Run.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Run.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Run.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Run.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurn.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurn.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurn.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurnSharp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurnSharp.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurnSharp.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_RunTurnSharp.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_StandTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_StandTurn.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_StandTurn.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_StandTurn.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Walk.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Walk.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Walk.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_Walk.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurn.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurn.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurn.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurnSharp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurnSharp.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurnSharp.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Clips/Humanoid_WalkTurnSharp.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Humanoid.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Humanoid.controller -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Animation/Humanoid.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Animation/Humanoid.controller.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Materials.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Materials/LowBody.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Materials/LowBody.mat -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Materials/LowBody.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Materials/LowBody.mat.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Materials/NotBouncy.physicMaterial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Materials/NotBouncy.physicMaterial -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Materials/NotBouncy.physicMaterial.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Materials/NotBouncy.physicMaterial.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Models.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Models/LowBody.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Models/LowBody.fbx -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Models/LowMan/Models/LowBody.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Models/LowMan/Models/LowBody.fbx.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshLinkEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshLinkEditor.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshLinkEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshLinkEditor.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierEditor.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierEditor.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierVolumeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierVolumeEditor.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierVolumeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshModifierVolumeEditor.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshSurfaceEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshSurfaceEditor.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshSurfaceEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Editor/NavMeshSurfaceEditor.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshLink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshLink.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshLink.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshLink.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifier.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifier.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifierVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifierVolume.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifierVolume.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshModifierVolume.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshSurface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshSurface.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshSurface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/NavMeshComponents/Scripts/NavMeshSurface.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Prefabs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Prefabs/Unit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Prefabs/Unit.prefab -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Prefabs/Unit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Prefabs/Unit.prefab.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/ProBuilder Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/ProBuilder Data.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/ProBuilder Data/Default Color Palette.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/ProBuilder Data/Default Color Palette.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/ProBuilder Data/Default Color Palette.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/ProBuilder Data/Default Color Palette.asset.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/ProBuilder Data/ProBuilderPreferences.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/ProBuilder Data/ProBuilderPreferences.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/ProBuilder Data/ProBuilderPreferences.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/ProBuilder Data/ProBuilderPreferences.asset.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/AnimatorController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/AnimatorController.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/AnimatorController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/AnimatorController.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/ButtonClickedSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/ButtonClickedSource.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/ButtonClickedSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/ButtonClickedSource.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/DebugMotionDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/DebugMotionDrawer.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/DebugMotionDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/DebugMotionDrawer.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/Parameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/Parameters.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/Parameters.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/Parameters.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayRandomTimeline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayRandomTimeline.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayRandomTimeline.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayRandomTimeline.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayTimelinesOnButtonClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayTimelinesOnButtonClick.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayTimelinesOnButtonClick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayTimelinesOnButtonClick.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/PlayerController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/PlayerController.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordDirector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordDirector.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordDirector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordDirector.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordMixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordMixer.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordMixer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordMixer.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordStateBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordStateBehavior.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/TimelordStateBehavior.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/TimelordStateBehavior.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/WanderAround.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/WanderAround.cs -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Scripts/WanderAround.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Scripts/WanderAround.cs.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/Attack360TimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/Attack360TimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/Attack360TimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/Attack360TimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/AttackHorizontalTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/AttackHorizontalTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/AttackHorizontalTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/AttackHorizontalTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/AttackVerticalTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/AttackVerticalTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/AttackVerticalTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/AttackVerticalTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/CastSpellTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/CastSpellTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/CastSpellTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/CastSpellTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/DanceTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/DanceTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/DanceTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/DanceTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/DeathTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/DeathTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/DeathTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/DeathTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/IdleTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/IdleTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/IdleTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/IdleTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/SprintJumpTimelineTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/SprintJumpTimelineTimeline.playable -------------------------------------------------------------------------------- /UnityTimelordBlender/Assets/Timelines/SprintJumpTimelineTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Assets/Timelines/SprintJumpTimelineTimeline.playable.meta -------------------------------------------------------------------------------- /UnityTimelordBlender/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/Packages/manifest.json -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.0f2 2 | -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /UnityTimelordBlender/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeffvella/UnityTimelordBlender/HEAD/UnityTimelordBlender/ProjectSettings/UnityConnectSettings.asset --------------------------------------------------------------------------------