Unity FPS Tutorial 3 - Animation

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 342

  • @alecmarkarian
    @alecmarkarian  10 лет назад +16

    For all people having trouble with stopping animations, there's a reason why I made numerous other tutorials continuing this series. Just continue to tut 4, and I explain stopping animations in that tutorial or the fifth one.

    • @AttackableGamingHD
      @AttackableGamingHD 10 лет назад +7

      Th reason anon says that it because he was'nt smart enough to figure out how to watch tut 4

    • @kobrarulz
      @kobrarulz 10 лет назад

      No the reason I say that is because you dont cover it in either you fucking spastic. Go on and find it and put the time in and which one it is, you don't even know what you cover in your "tutorials"

    • @AttackableGamingHD
      @AttackableGamingHD 10 лет назад +2

      his tutorials isnt Perfect, but they are good. I know that many People have trouble, but it isnt easy having 10 000 People asking for help. You can easily find help on forums, or even the comments of the video :D

    • @kobrarulz
      @kobrarulz 10 лет назад

      Well they obviously didn't fucking work because I've tried that already, instead I got some dumbshit fuckwad reply to me and then when I ask him where in the tutorial it was he sends back some ambiguous reply not answering my actual question. Stop wasting my fucking time.

    • @alecmarkarian
      @alecmarkarian  10 лет назад +9

      I have to admit myself, this isn't a perfect tutorial at all. In fact it has the most flaws out of all my tutorials. I noticed this argument between the two of you, and I'm just going to jump in and say to you 'Anon amous,' that if you visit my forum, i guarantee that the problems you are facing are probably already resolved within the threads. But it seems you aren't interested in any of my content, which is totally fine! So find another unity tutor, and i wish the best of luck in you're game. I reccomend you check out eteeski tutorials, or quill18creates. Have fun ;)

  • @johnnycola7606
    @johnnycola7606 10 лет назад

    OMG, this Unity series is the best i´ve ever watched on the internet, it helped me so much thx

  • @meetboy352
    @meetboy352 8 лет назад +5

    If anyone has problems with the Animation not working and are using Unity 5. Here is the correct script needed for this tutorial:
    function Update () {
    if (Input.GetButton("Button Name Goes Here.")) {
    GetComponent.().Play("Animation Name Goes Here", PlayMode.StopAll);
    }
    }
    You can find all the buttons names and what they do in the Edit/Project Setting/Input under the Axis drop down box.
    Hope this help you if so then like the comment so that more people can see it and not have the same problem that we had.

    • @maxiify2179
      @maxiify2179 8 лет назад

      It helped but the animation starts even without me pressing "w".....

  • @ZandeKongo
    @ZandeKongo 11 лет назад

    this is the first scripting tutorial video i've seen that actually takes time to explain what's going on. will be waiting for part 4, hopefully you will upload it soon.

  • @TheOmega64MC
    @TheOmega64MC 10 лет назад +5

    MissingComponentException: There is no 'Animation' attached to the "1FPS_HAND" game object, but a script is trying to access it.
    You probably need to add a Animation to the game object "1FPS_HAND". Or your script needs to check if the component is attached before using it.
    walkingscript.Update () (at Assets/walkingscript.js:6)
    WUT DOES THIS MEAN

  • @alexandrusarion8381
    @alexandrusarion8381 9 лет назад

    You are a life saver!!!.... I was trying to get, movement, etc...,now I can make my won thanks to you and its easy!!!!!!!! Thank you!!

  • @astroblood5890
    @astroblood5890 10 лет назад +2

    Guys, I figured out the problem with the animation not playing!
    Okay so first, select the item you created an animation for, then click add component > miscellaneous > animation, click the circle and select your animation. Play the game, if you get a "Animation must be set to legacy" error follow these steps.
    1.View your animation in the inspector
    2.Click the drop down next to the lock (right above your animation name)
    3. Select debug
    4. Set the animation type to 1 (instead of 2)
    Hope that helps!

  • @sonevilx711
    @sonevilx711 9 лет назад +2

    to stop animation you do the following :
    -add one animation imperturbable called " stop "
    -and add the following script into ......
    function Update()
    {
    if(Input.GetKeyUp("w"))
    {
    // Plays the stop animation - stops all other animations
    animation.Play("stop", PlayMode.StopAll);
    }
    }
    it work :D

  • @ShyGal_Lilly
    @ShyGal_Lilly 10 лет назад

    this tutorial is AWESOME!!!
    you explain it in a way that is easy to understand, unlike other tutorials
    Thanks!

  • @AndyyEditss
    @AndyyEditss 10 лет назад +11

    i make the animation but the script doesnt work. the animation keeps replaying forever and not when i press "w"

    • @agentcole1
      @agentcole1 10 лет назад

      Uncheck play automatically

    • @alecmarkarian
      @alecmarkarian  10 лет назад +2

      Continue the tutorial series, in the 4th or 5th tutorial, I explain how you stop animations.

    • @agentcole1
      @agentcole1 10 лет назад

      Ok I will, thankyou

    • @megaKINGofART
      @megaKINGofART 10 лет назад +2

      ***** where does it say 'play automatically'?

    • @ItsMelvin
      @ItsMelvin 10 лет назад

      ***** Yeah

  • @NXTstorms
    @NXTstorms 11 лет назад

    I love your tutorials! You have really helped in getting me started in Unity and understanding the GUI. At 5:48 that's a comment, it has no influence on the code itself. :P Keep up the good work.

  • @CRAZieGamINGsTUdiOs
    @CRAZieGamINGsTUdiOs 11 лет назад

    Thanks so much, this tutorial is really helpful and the fpskit is amazing! Please make more tutorials!:)

  • @lassejensen7808
    @lassejensen7808 10 лет назад

    if you press the w and it doesent play the animation make sure that you didnt made a big W in the script instead of small w. if your arms dissapear try to put the weapon in the arms folder instead of arms in the weapon folder :-)

  • @maxdelgado8002
    @maxdelgado8002 10 лет назад

    This game is turning out realy good! thnx for the help

  • @supremejuice683
    @supremejuice683 9 лет назад

    You rock thank you so much I tip my hat to you..... well if I had a hat and could see u but thanks I really could not find anybody with good fps tutorial again thank you you are super kind to do this stuff for us when I start making my game and when I'm finished I will see that that you get it for free because of all the help you gave me thank you

  • @WLeop
    @WLeop 8 лет назад +1

    I know a solution to the problem where it says there is no animation attacked to the M4A3 but the script is trying to reach one. You must click on the gun, then go to component>add. Search animation, then add that component. Select the animation you want to use. If it says the animation needs to be marked as legacy after that, click on your animation, right click the inspector and set it to debug mode. Then set the animation type to 1

  • @mcepix7108
    @mcepix7108 10 лет назад +2

    Hey, i have a weird problem!!! I make this:
    function Update()
    {
    if(Input.GetKeyDown("w"))
    {
    // Plays the walking animation - stops all other animations
    animation.Play("walking", PlayMode.StopAll);
    }
    }
    But when i hit play, my character just does the animation whatever i do :(
    SAD!!!!!!!!!

  • @MinecraftCRASHED
    @MinecraftCRASHED 11 лет назад +1

    Hey when my walking animation is playing and i let go of the "w" key my character keeps playing the animation.

  • @Luftangreifer
    @Luftangreifer 11 лет назад

    Impressed !!!
    nice job this really makes me want to try :)

  • @GeekzEffects
    @GeekzEffects 11 лет назад

    Thank you so much! Your an amazing person i love your tutorials no one can make better tuts then you! I SUBBED :D.

  • @finnmorgan7518
    @finnmorgan7518 10 лет назад +1

    ***** why when i make the script and apply it to what is parented to the camera it plays the animation without me pressing "w" learn to script

  • @AsadoMao
    @AsadoMao 10 лет назад

    I think it would be really great if you actually showed us how you create all those scripts, because in the end we just want to learn how it all works so that we can create whatever we want in the future - we can't rely on your ready made scripts all the time)

  • @polmonroig1182
    @polmonroig1182 10 лет назад

    thanks a lot .I learned lots of this I could you use in my own game.

  • @JaysizzoLOGE
    @JaysizzoLOGE 9 лет назад +1

    So i did everything for the walk animation, the one in this video, many others, i even went on the forum and found a "solution" to the issue, yet still, my walking animation wont work correctly...
    function Update()
    {
    if(Input.GetKeyUp("w"))
    {
    // Plays the _____ animation - stops all other animations
    animation.CrossFade("idle");
    }
    }
    i am trying to use this yet it wont stop the animation whatsoever...

  • @TheCredosian
    @TheCredosian 11 лет назад

    Dude, your Tuts have helped me ALOT! Thanks bro :'-) You're awesome!

  • @MinecraftCRASHED
    @MinecraftCRASHED 11 лет назад

    Thanks man really love your series!

  • @bolosantosi5398
    @bolosantosi5398 9 лет назад +5

    the animation starts without me pressing a button... help?

    • @chandlerguy1436
      @chandlerguy1436 9 лет назад

      I cant figure it out either!!!!!!!!

    • @hakanarik7843
      @hakanarik7843 9 лет назад +1

      Make off "play automatically"

    • @adam-sl2ih
      @adam-sl2ih 9 лет назад +1

      Hakan Arik where does it say that?

    • @sleepykerr
      @sleepykerr 9 лет назад

      ***** of what object

  • @nevillecolaco9482
    @nevillecolaco9482 10 лет назад +1

    hi..thanx 4 the tutorials..i have a problem...my gun seems to go through the small hills that i have created while climbing them....what is the solution?

  • @SizTv
    @SizTv 11 лет назад

    Tut 4 plz being waiting a long time :)

  • @RandoGamesGamplaysAndMore
    @RandoGamesGamplaysAndMore 11 лет назад

    thanks i will watch it when you upload :3

  • @juangiraldo569
    @juangiraldo569 9 лет назад +1

    Hi when i press w it says "The animation state Walkinganimation could not be played because it couldn't be found" help pls

  • @zeah1880
    @zeah1880 9 лет назад +2

    missingcomponentexception there is no 'animation' attached to the M4A1 gameobject... helpppp

    • @LukeQuilty
      @LukeQuilty 9 лет назад

      Aizeah Mangrobang Probably too late, just watching these videos in my spare time. The gun asset is called the M4A3 so that would be your problem. You can either change the script or simply rename the game object to M4A1.

    • @LukeQuilty
      @LukeQuilty 9 лет назад

      Aizeah Mangrobang Probably too late, just watching these videos in my spare time. The gun asset is called the M4A3 so that would be your problem. You can either change the script or simply rename the game object to M4A1.

  • @Vawk20
    @Vawk20 8 лет назад

    so kinda this tutorial, kinda the next one, but I'm trying to use a sword, and whenever I try to animate the sword swings, it looks like the rotation in each frame is being changed, but when I replay the animation every keyframe resets to the original position

  • @DraganDraws
    @DraganDraws 11 лет назад

    First off big thanks for your tutorials, Im trying to follow them as best as I can, however Im stuck at loop animation, my animation does one loop and that's it, even though I have selected "loop" in wrap mode, thanks

  • @EpicMauve
    @EpicMauve 9 лет назад

    Hey Ninja your tutorials are awesome. Can you do multiplayer with Unity?

  • @branxn3141
    @branxn3141 7 лет назад +1

    How would I know how to dowldload animation set up

  • @Scarabola
    @Scarabola 10 лет назад

    Alright, so before you create the animation, you name the file "walkanim2" yet when you're in the walkingscript script you enter the name "walkinganimation". What's all that about?

  • @Nonobsolete
    @Nonobsolete 9 лет назад

    my object disapears when i play,and lag when i make my object small,and put close to the fps character

  • @raisingthebar24
    @raisingthebar24 10 лет назад +1

    OMFG this is a problem that I need you to fix. I make a animation named it "walkinganimation" put it into a script and all of that but I go to play the animation and nothing hapens. PLEASE get back to me ASAP!!! I am litterly raging I tryed 10 times already to fix it.

  • @dannyswann2456
    @dannyswann2456 11 лет назад

    It says 'all compiler errors must be fixed before entering playmode' and the scripting was
    function Update()
    {
    if(Input.GetKeyDown("w"))
    {
    // Plays the walkinganimation animation - stops all other animations
    animation.Play("walkinganimation", PlayMode.StopAll

  • @yolahola1
    @yolahola1 9 лет назад +2

    When I make a walking animation for the gun I'm using it sets the animation as default and just keeps playing the animation in a constant loop. Using the script that makes it play an animation doesn't work, it just continues to play through the animator. The walking animation was set to default when I created the animation automatically. I tried fixing this by making an idle animation, but again it just loops the idle animation and doesn't play the walking or reloading animations when the script is set up properly.

    • @chandlerguy1436
      @chandlerguy1436 9 лет назад

      same problem id u figure it out??

    • @yolahola1
      @yolahola1 9 лет назад

      If you make a code that says when the button is up play an idle animation that should fix it.

    • @chandlerguy1436
      @chandlerguy1436 9 лет назад

      yolahola1 did u by chance do that??? I cant make it work could u send me the script if u did

    • @yolahola1
      @yolahola1 9 лет назад

      ChandlerGuy I'm not entirely sure if I still have the script. I think I actually looked at a different video after realizing this one didn't all the way.

  • @Ajoule01
    @Ajoule01 9 лет назад

    help !!
    The animation state walking could not be played because it couldn't be found!
    Please attach an animation clip with the name 'walking' or call this function only for existing animations.

  • @teamntniklasandthomas4276
    @teamntniklasandthomas4276 10 лет назад

    Thank you you helped me alot!

  • @KhanZoet
    @KhanZoet 6 лет назад

    MissingComponentException: There is no 'Animation' attached to the "M4A3" game object, but a script is trying to access it.
    You probably need to add a Animation to the game object "M4A3". Or your script needs to check if the component is attached before using it.
    walkingscript.Update () (at Assets/walkingscript.js:6) help meee

  • @MinecraftCRASHED
    @MinecraftCRASHED 11 лет назад

    Helped me so much subscribed :).

  • @agentcole1
    @agentcole1 10 лет назад +3

    EVERYONE I FIXED THE ANIMATION PROBLEM!
    OK FIRST MAKE A IDLE ANIMATION WHERE THE GUN STANDS STILL!
    Call it "idle"
    then use this script i threw together:
    function Update()
    {
    if(Input.GetKeyDown("w"))
    {
    // Plays the walkanimation animation - stops all other animations
    animation.Play("walkanimation", PlayMode.StopAll);
    }
    if(Input.GetKeyUp("w"))
    {
    // Plays the idle animation - stops all other animations
    animation.Play("idle", PlayMode.StopAll);
    }
    }

    • @AndyyEditss
      @AndyyEditss 10 лет назад

      when i try to play it says: All compiler errors have to be fixed before you can enter playmode!

    • @alecmarkarian
      @alecmarkarian  10 лет назад

      DO NOT MERGE IT INTO 1 SCRIPT FOR STOPPING IT!!! There's a reason why I made 3 more tutorials after this one.. I explained everything including how to stop animations in the 4th or 5th tutorial, so just continue the series, and all problems should be fixed!

    • @agentcole1
      @agentcole1 10 лет назад

      Please calm down mister NinjaBoy it worked perfectly for me, i was just sharing my works in the comments. I will take a look at the next tutorials, relax.

    • @alecmarkarian
      @alecmarkarian  10 лет назад +1

      ***** Haha i just tried to really emphasize how much i don't recommend merging scripts, but if it worked for you thats great! Haha dw I ain't angry, did I sound angry? Maybe it was the caps lock lol :)

    • @agentcole1
      @agentcole1 10 лет назад

      Ya you did, lol, it's ok np.
      Ya, it worked pretty good for me so.. ya.
      But thanks for the warning just incase.
      :)

  • @rahulsethione
    @rahulsethione 9 лет назад

    Problem#1: when i click on the animation in the project view then the inspector does not show "wrap mode" option but a set of options such as loop time etc.
    Problem#2: when i create the animation script and ad it to the fps controller's gun, the unity editor bricks as soon as i press "w". then i have to use windows task manger to force close it. have tried both C# and JS.
    Please help!

  • @maclazure
    @maclazure 11 лет назад

    Ok, so my walk animation works fine in the scene mode, but when I switch to game mode, nothing happens (the hand and gun do not move like they are supposed to with the animation). Has anyone else had this problem? I have followed step by step since tutorial 1 and I am stuck here (using Unity 4.1).

  • @oneguyramble
    @oneguyramble 10 лет назад

    i have a problem with the walking animation, i created it and followed the steps in the vid and added the script and everything, but when i go in play mode the animation plays without stopping even when i didn't press W i tryed to fix this problem for days and i couldn't, so can u please help me

  • @milanmarco867
    @milanmarco867 10 лет назад

    i need help i have this error
    Animation clip 'walkinganim' is not retargetable. Animation clips used within the Animator Controller need to have Muscle Definition set up in the Asset Importer Inspector

  • @tekartsu2051
    @tekartsu2051 7 лет назад

    When I open the animation window, it doesn't show the gun nor hand. how do I get the gun and hand to show in the animator

  • @MichielDeRick
    @MichielDeRick 10 лет назад +1

    i don't need to press "w" it just plays my animation

  • @TheRandomguy17
    @TheRandomguy17 9 лет назад

    I did everything right but when I start the game the animation plays in an endless loop. :s Please help!

  • @sigma1gaming
    @sigma1gaming 11 лет назад

    everytime i set my animation to loop, it just keep moving
    i have turned off the 'play automatically', but once i pressed the w key, same problem appears, can anyone help??? thx!!

  • @PulsefireArmoryX
    @PulsefireArmoryX 9 лет назад

    Assets/walkingscript.js(6,3): BCE0144: 'UnityEngine.Component.animation' is obsolete. Property animation has been deprecated. Use GetComponent() instead. (UnityUpgradable)

  • @Malito03
    @Malito03 10 лет назад +1

    I cant get the animation to work please Help !!

  • @benjaminwiese3182
    @benjaminwiese3182 11 лет назад

    in my unity. it says. there is no animation attached to the G36C game object but a script is trying to access it. so every time i click W in playmode its going to be breaked. whats wrong

  • @HardcorePS3gamers
    @HardcorePS3gamers 10 лет назад

    i did what you said in the vid but mine wont stop playing the animation, i put walk.js into 1fps hand and when i click play it dosent stop playing HELP

  • @nickgirga2967
    @nickgirga2967 9 лет назад

    The script doesn't work for Unity 5 :( Please help if you have converted it to the Unity update successfully.

  • @BigFatSumoDude
    @BigFatSumoDude 11 лет назад

    When i animate the running and then hit "W" I works perfectly but when i let go of the "W" it keeps playing. How do i fix this?

  • @godoger99
    @godoger99 11 лет назад

    I had the same thing I have this as my script
    {
    if(Input.GetKeyDown("w"))
    {
    // Plays the Walking animation - stops all other animations
    animation.Play("Walking", PlayMode.StopAll);
    }
    }
    Then it says this
    Assets/Walking.js(5,46): BCE0044: expecting :, found ';'.
    Assets/Walking.js(2,27): UCE0001: ';' expected. Insert a semicolon at the end.
    Assets/Walking.js(2,2): BCE0043: Unexpected token: if.

  • @dynasticc
    @dynasticc 10 лет назад

    Why do you have the animations in separate scripts? I've been developing games for a while now, and it's just more work to do it this way.

  • @vicl.8189
    @vicl.8189 9 лет назад

    I did everthing right and when i press the key to activate the Animation it stops playing the game, help?

  • @Alli_3404
    @Alli_3404 7 лет назад

    Hello i need some help, i get this error when i press W.
    MissingComponentException: There is no 'Animation' attached to the "WPN_AKM" game object, but a script is trying to access it.
    You probably need to add a Animation to the game object "WPN_AKM". Or your script needs to check if the component is attached before using it.
    walkingscript.Update () (at Assets/Weapons_ChamferZone/AKM/walkingscript.js:6)

  • @lou5918
    @lou5918 11 лет назад

    To stop the anim make a javascript and write:
    function Update()
    {
    if(Input.GetKeyUp("w"))
    {
    // Plays the Stopanim animation - stops all other animations
    animation.Play("Stopanim", PlayMode.StopAll);
    }
    }
    *Stopanim in the name of the animation where nothing move

  • @tommybahommy
    @tommybahommy 11 лет назад

    mine still doesn't work. It says tat there is no animation attached to the gun

  • @Dylan-fk1do
    @Dylan-fk1do 11 лет назад

    I FIXED THE NON-STOP LOOP
    Type in a new java file
    function Update()
    {
    if(Input.GetKeyUp("w"))
    {
    // Pauses the walking animation - stops all other animations
    animation.Stop("walking anim");
    }
    }
    then drag it into the same file as the other 1

  • @R8FKL
    @R8FKL 10 лет назад +1

    My animation doesn't play anymore. First time, it played, but it played all the time. So I deleted it and every time after that it hasn't worked. My script looks just like yours (except the name of my animation is "walkanim"). I put them both in my ACW-R but it doesn't play the animation anymore. Help?!

    • @R8FKL
      @R8FKL 10 лет назад

      There is an error displayed at the bottom now saying that there is no animation attached to the object and the script is trying to access it, but I have dragged the animation to the object multiple times, so I am confused why it isn't working...

    • @WLeop
      @WLeop 8 лет назад

      same exact thing happening to me! Do you know why?

  • @IntergalacticDildo
    @IntergalacticDildo 11 лет назад

    Every time I add the arms they don't have any textures, they're grey and model looking, how do I get the skin and clothing to appear on the arms?

  • @joe_il_rustico
    @joe_il_rustico 10 лет назад

    hey man i follow your tutorials and everything is going great except for the jumping animation: once it plays in the game the weapon remain high and don't return to his original position.
    could you please help me?

  • @moosegaming2178
    @moosegaming2178 9 лет назад

    i keep getting this error please help
    The animation state WalkAnimation could not be played because it couldn't be found!
    Please attach an animation clip with the name 'WalkAnimation' or call this function only for existing animations.
    UnityEngine.Animation:Play(String, PlayMode)
    WalkingScript:Update() (at Assets/FPS Assets(TUT 3)/WalkingScript.js:6)

  • @jayb5492
    @jayb5492 9 лет назад

    Animation won't work, i have done everything right but when i hit play, it automatically starts!!!!!!!

  • @xPhoenix-Gaming
    @xPhoenix-Gaming 10 лет назад

    i keep getting when i go into game it says,could not plat because the animation was not found please help!!!

  • @jameshoffmann8829
    @jameshoffmann8829 9 лет назад

    I do the scripting process and animation floor that you use most when I press w it does not work

  • @LittleBigBugGames
    @LittleBigBugGames 11 лет назад

    Maybe... i don't know if it is the editor or not but we can give it a try

  • @DzSwipe
    @DzSwipe 10 лет назад

    help! when i animate the walk, it gives me this error.
    Assets/Standard assets/walkingscript.js(8,1): BCE0044: expecting }, found ''.

  • @no.7893
    @no.7893 7 лет назад

    when i open the animation tab it say no animatable object selected

  • @DraganDraws
    @DraganDraws 11 лет назад

    this helped a lot thanks

  • @3ZzOoOZz1
    @3ZzOoOZz1 11 лет назад

    i have a hand with tonly white colour and i have the texture of it so how to put the texture to the hand like you?

  • @huelandiabr7467
    @huelandiabr7467 7 лет назад

    Friend how can I use an animation of an already animated model in a template that is still not animated? This would help me a lot. it is possible ?

  • @RacoonDude6
    @RacoonDude6 11 лет назад

    I animated a really good-ish animation but its too slow. Can I speed it up without starting over again?

  • @NvyToken
    @NvyToken 9 лет назад

    when i press w nothing happens.i followed every step but it still doesn't work. PLZ SOMEONE HELP ME!!!

  • @rasca0027
    @rasca0027 9 лет назад

    Hey guys, when I press 'w' or space button, my game pauses!
    Why is that?
    And my animation starts automatically, too.
    Plz help :(

  • @AliJr_MetalGames_MetalGuitar
    @AliJr_MetalGames_MetalGuitar 10 лет назад

    when i select the animation i made i dont have those options to set wrap mode

  • @MrSeedofTheBlock
    @MrSeedofTheBlock 10 лет назад

    NINJA BOY (please read) My FPS_hand keeps dissapearing. I don't know what's wrong, I parented them both (tried hand in M4A3 and M4A3 in hand) and hand in m4a3 is the only that seems to work with your script, but the hand dissapears.

  • @Au5Finn
    @Au5Finn 8 лет назад

    just have a question... i make my gun animations and running animations in cinema 4d. is there a way to import it from there into unity

  • @biokuta7896
    @biokuta7896 10 лет назад

    how do you load the material into the arm? I dragged it in, but it wont show...

  • @Dylan-fk1do
    @Dylan-fk1do 11 лет назад

    { if(Input.GetKeyUp("w")) { // Pauses the walking animation - stops all other animations animation.Stop("walking anim"); }
    }

  • @dedutchyclan
    @dedutchyclan 11 лет назад

    can you make a download of your walking and jumping one it does not work with me ?

  • @wohthere3209
    @wohthere3209 9 лет назад

    Cool hands u got!!

  • @col5491
    @col5491 7 лет назад

    is there a way to give your character a playermodel, so you dont have to use the css arms?

  • @laithsaleem9247
    @laithsaleem9247 10 лет назад

    every time i do a script thy say that you should delet any errors what should i do

  • @Therano1514
    @Therano1514 10 лет назад

    Hi, I'm new to unity and I've been following along with your tutorial, it's great so far, however, it seems that even after visiting the forum and attaching the two scripts to the parent object, I still cannot seem to make it stop. Can anyone help me out?

  • @yghtim
    @yghtim 10 лет назад

    when idrag the animatio nsetup to the gun it says i have to compile the script errors or something?

  • @pizzatime664
    @pizzatime664 10 лет назад

    I can get to Window Animation but then everything is locked!

  • @Xxbdogx
    @Xxbdogx 10 лет назад

    HELP!!!!!!!!!!I have everything right but for some reason it won't play the animation I went through this for about an hour now please help I know everything is correct I even made two new animation so I got the name right and I checked over the script a lot so I'm pretty sure it's right please help

  • @bielkoh
    @bielkoh 11 лет назад

    my texture doesnt work for the css hand please help
    thanks

  • @tomsons97
    @tomsons97 11 лет назад

    When i tur non animation i can't do anything! is that for full version? :(

  • @ZalkDrives
    @ZalkDrives 8 лет назад

    wow, this will be helpful! ;)

  • @TaleOfMigetSquid
    @TaleOfMigetSquid 11 лет назад

    Should I make the animation on the gun, main camera or hand?