
Unity 3D Tutorial - Beat Em Up Fight Game
video description
Date: 2022-03-14
Related videos
Comments and reviews: 7
MS
Tags Manager Script! :
using System.Collections;-
using System.Collections.Generic;-
using UnityEngine;-
public class AnimationTags-
--
public const string MOVEMENT = -Movement-;-
public const string PUNCH_1_TRIGGER = -Punch1-;-
public const string PUNCH_2_TRIGGER = -Punch2-;-
public const string PUNCH_3_TRIGGER = -Punch3-;-
public const string KICK_1_TRIGGER = -Kick1-;-
public const string KICK_2_TRIGGER = -Kick2-;-
public const string ATTACK_1_TRIGGER = -Attack1-;-
public const string ATTACK_2_TRIGGER = -Attack2-;-
public const string ATTACK_3_TRIGGER = -Attack3-;-
public const string IDLE_ANIMATION = -Idle-;-
public const string KNOCK_DOWN_TRIGGER = -KnockDown-;-
public const string STAND_UP_TRIGGER = -StandUp-;-
public const string HIT_TRIGGER = -Hit-;-
public const string DEATH_TRIGGER = -Death-;-
--
public class Axis --
public const string HORIZONTAL_AXIS = -Horizontal-;-
public const string VERTICAL_AXIS = -Vertical-;-
--
public class Tags --
public const string GROUND_TAG = -Ground-;-
public const string PLAYER_TAG = -Player-;-
public const string ENEMY_TAG = -Enemy-;-
public const string LEFT_ARM_TAG = -LeftArm-;-
public const string LEFT_LEG_TAG = -LeftLeg-;-
public const string UNTAGGED_TAG = -Untagged-;-
public const string MAIN_CAMERA_TAG = -MainCamera-;-
public const string HEALTH_UI = -HealthUI-;-
-
reply
Tags Manager Script! :
using System.Collections;-
using System.Collections.Generic;-
using UnityEngine;-
public class AnimationTags-
--
public const string MOVEMENT = -Movement-;-
public const string PUNCH_1_TRIGGER = -Punch1-;-
public const string PUNCH_2_TRIGGER = -Punch2-;-
public const string PUNCH_3_TRIGGER = -Punch3-;-
public const string KICK_1_TRIGGER = -Kick1-;-
public const string KICK_2_TRIGGER = -Kick2-;-
public const string ATTACK_1_TRIGGER = -Attack1-;-
public const string ATTACK_2_TRIGGER = -Attack2-;-
public const string ATTACK_3_TRIGGER = -Attack3-;-
public const string IDLE_ANIMATION = -Idle-;-
public const string KNOCK_DOWN_TRIGGER = -KnockDown-;-
public const string STAND_UP_TRIGGER = -StandUp-;-
public const string HIT_TRIGGER = -Hit-;-
public const string DEATH_TRIGGER = -Death-;-
--
public class Axis --
public const string HORIZONTAL_AXIS = -Horizontal-;-
public const string VERTICAL_AXIS = -Vertical-;-
--
public class Tags --
public const string GROUND_TAG = -Ground-;-
public const string PLAYER_TAG = -Player-;-
public const string ENEMY_TAG = -Enemy-;-
public const string LEFT_ARM_TAG = -LeftArm-;-
public const string LEFT_LEG_TAG = -LeftLeg-;-
public const string UNTAGGED_TAG = -Untagged-;-
public const string MAIN_CAMERA_TAG = -MainCamera-;-
public const string HEALTH_UI = -HealthUI-;-
-
reply
YAHUAH'S
Always remember to repent of your sins (sin is transgression of YAHUAH-S LAW: Genesis, Exodus, Leviticus, Numbers, & Deuteronomy) And Have Belief On YAHUSHA HAMASHYACH. HE Died and Rose Again On The Third Day So that you can be forgiven of your sins!
HE Loves you! Come to HIM!-
reply
Always remember to repent of your sins (sin is transgression of YAHUAH-S LAW: Genesis, Exodus, Leviticus, Numbers, & Deuteronomy) And Have Belief On YAHUSHA HAMASHYACH. HE Died and Rose Again On The Third Day So that you can be forgiven of your sins!
HE Loves you! Come to HIM!-
reply
Jerry
YES! This time I cut down my problems and learned even more! I stopped the video a couple of times and did it before he said it. Even though I was still missing some application to code or GameObjects I still Got Experience!!! Wonderful!!!
reply
YES! This time I cut down my problems and learned even more! I stopped the video a couple of times and did it before he said it. Even though I was still missing some application to code or GameObjects I still Got Experience!!! Wonderful!!!
reply
Khushali
29:00 when I am trying to apply the script on the player it is showing me a pop up box -Can't add Script- and the message -The script 'PlayerMovement' Does not contain a class derived from UnityEngine.MonoBehaviour. Can someone help?
reply
29:00 when I am trying to apply the script on the player it is showing me a pop up box -Can't add Script- and the message -The script 'PlayerMovement' Does not contain a class derived from UnityEngine.MonoBehaviour. Can someone help?
reply
JSiilva
Hey, nice video I'm making this project alongside you. Just a question, when you start playing the attack animations, it doesn't work for me, what did I miss ? (In the part that you're testing the Z punch and the X Kick)
reply
Hey, nice video I'm making this project alongside you. Just a question, when you start playing the attack animations, it doesn't work for me, what did I miss ? (In the part that you're testing the Z punch and the X Kick)
reply
9t5
what have i done wrong?
i'm trying to figure out the knockdown part, the animation is called and works, but the enemy will exit the animation before its fully completed and will go back to striking or following...
reply
what have i done wrong?
i'm trying to figure out the knockdown part, the animation is called and works, but the enemy will exit the animation before its fully completed and will go back to striking or following...
reply
Francil-ndio
I wanted a tutorial teaching how to apply wrestling strokes, it would be great! Anyway, this tutorial is from balacobaco, too good.
reply
I wanted a tutorial teaching how to apply wrestling strokes, it would be great! Anyway, this tutorial is from balacobaco, too good.
reply
Add a review, comment
Other channel videos















