How To Push An Object With Animations | Movable Objects - Unreal Engine 4 Tutorial

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 168

  • @PatrickTheDM
    @PatrickTheDM Рік тому +2

    I'm so glad you have all of these up. I'm finding them as needed and a big lesson from this is being able to set the simulate physics on an object. I can't imagine how much that saves when the object is not in use.

  • @comatoseenigma9200
    @comatoseenigma9200 3 роки тому +3

    Hey matt, i cannot thank you enough, i am learning unreal thanks to your great tutorials. I love your teaching methods, quick and to the point, easy to comprehend. Keep up the quality tutorials, youve earned my sub.
    cheers!

  • @barbasvideos
    @barbasvideos 4 роки тому +2

    Best UA-camr ever, could you make tutorial on pulling a lever which triggers a gate being opened? Plus animations? I would LOVE IT!

    • @MattAspland
      @MattAspland  4 роки тому

      Thank you so much, and I could definitely do that yeah :)

    • @milan.980
      @milan.980 4 роки тому +1

      You are right

  • @chrispalmer4267
    @chrispalmer4267 3 роки тому

    Hey Matt another awesome tutorial! thanks for uploading

  • @GBTC2011
    @GBTC2011 4 роки тому

    Worked off and on using the anim BP, redid it using an anim Montage and it works better. Thanks for the tutorial

    • @MattAspland
      @MattAspland  4 роки тому

      That's great to hear Patrick! Always a pleasure! :)

  • @xD3NN15x
    @xD3NN15x 3 роки тому +4

    Really nice tutorial!

    • @valideno9592
      @valideno9592 2 роки тому

      @@devu4740 can you maybe give me some good noob friendly learning material into IK?

  • @daveg4417
    @daveg4417 Рік тому +1

    I did this a different way for my game. The main issue with this method shown here of using Box Collisions on the Cube, is that if you walk up beside the cube looking parallel to it, you switch into the Push animation with your hands up in the air doing and touching nothing. This shown method would work for a Side-Scroller where the player is always on one axis, but not a FPS/TPS.

  • @albincbabu7151
    @albincbabu7151 10 місяців тому +1

    Thank you man it works great,btw how can i fix the animation going inside the cube?

  • @SafaAlkan
    @SafaAlkan 3 роки тому +10

    *Can you also make a video about pulling?*

  • @1d33f1x3
    @1d33f1x3 3 роки тому +7

    Nice and easy, thank you! Do you have any tips on how we'd go about making it look like the character 's hands are actually on the box? This seems like it might be an IK kind of problem, but is there an easy way to do it?

  • @ilgiustizieredeglihaters2780
    @ilgiustizieredeglihaters2780 3 роки тому

    It is usefull and easy to do. Thank you and great tutorial! :D

  • @philipbristow8243
    @philipbristow8243 4 роки тому

    Wow only asked you yesterday for a video for this and here we are video done nice ladders next please matt...

    • @MattAspland
      @MattAspland  4 роки тому +2

      Thank you, glad I could provide :) And it's on my list to do :D

  • @Silver-iix
    @Silver-iix 3 роки тому +1

    Anyway to stop the arms from clipping through the pushable object?

  • @arielshtern4125
    @arielshtern4125 Рік тому

    Thank you for this tutorial!
    It works well with a cube, but not so well with a custom mesh. Tried messing with everything I can think about in the custom mesh settings (Including having a simple cube as collision).
    With a custom mesh, the object just doesn't move when I try to push it

  • @yoman9446
    @yoman9446 4 роки тому +4

    Great tutorials! Keep them coming💪

    • @MattAspland
      @MattAspland  4 роки тому +2

      Thank you so much, I hope you help you again :)

  • @chrispalmer4267
    @chrispalmer4267 3 роки тому +2

    Quick question. How do I make it so that the block can fall off a ledge on the Z axis. At the moment if I push it off a ledge it just floats. Thanks

    • @Silver-iix
      @Silver-iix 3 роки тому +1

      A little late but make sure you always simulate physics.

    • @chrispalmer4267
      @chrispalmer4267 3 роки тому

      @@Silver-iix Thank you

    • @superscrub9
      @superscrub9 3 роки тому +1

      @@chrispalmer4267 I figured out what was causing it to float after scratching my head for like 2 hours. at around 6:05 he makes a "event end overlap" node and in it there is set phyics which he turns off. This makes it so when the character stops overlapping it makes the cube's physics stop working and causes it to float. If you just delete the set physics node and reconect the other nodes it should work fine.

    • @chrispalmer4267
      @chrispalmer4267 3 роки тому

      @@superscrub9 THANK YOU. This has fixed it!

    • @superscrub9
      @superscrub9 3 роки тому

      @@chrispalmer4267 No problemo!

  • @pepitochan2914
    @pepitochan2914 2 роки тому

    Thank you so so so much!! this really helps me

  • @midnightprodigy4724
    @midnightprodigy4724 2 роки тому +1

    So Im not 100% sure what I did wrong the push mostly works for me but my cube acts as if its has no collision when ever its pushed into a wall and than it kinda goes all crazy its like it has collision but it also doesn't

  • @loganhaddad4020
    @loganhaddad4020 4 роки тому +2

    Hello Thanks for this cool tutorial. We can learn a lot with you channel ! Can you tell me how to put a "pushing" sound on the component so we can hear the mouvement ?

  • @DiorPesVietnam
    @DiorPesVietnam 2 місяці тому

    Hi matt, in my asset browser in AnimationGraph, my push animation sequences not appear in there, can you help me out, Im using UE5 so dont know is there anything wrong with it

  • @Cremlix
    @Cremlix 7 місяців тому

    Great tutorial! Would it be possible to get this updated for unreal 5 perhaps ?

    • @twiggyCH
      @twiggyCH 5 місяців тому

      will work the same, very basic logic that is unchanged

  • @ericseel9556
    @ericseel9556 2 роки тому

    Hey Matt, would you mind doing a pull tutorial as well?

  • @TheDreadedShredder
    @TheDreadedShredder Рік тому +1

    Hi I know this is a very late comment but I'm really struggling. I have followed this tutorial to the letter and I am able to push the object I've made. However the object partly clips into the ground, rests on some really strange angles (Sometimes even standing up on a corner) I only want the object to move on Y-Axis and so have locked the appropriate physics constraints, however the object still moves in all directions. Some help would be greatly appreciated.

    • @ghjuvannniprofizi5462
      @ghjuvannniprofizi5462 2 місяці тому +1

      have you set the name of your static mesh in the constrain

    • @TheDreadedShredder
      @TheDreadedShredder 2 місяці тому

      @@ghjuvannniprofizi5462 Yes, followed the vid word by word multiple times. Gave up and had to automate my character pushing the object and making the object move to a specific location after a single button press instead. Which wasn't really what I wanted, but I couldn't find a solution anywhere. Thanks for trying to help though.

  • @linjiefan7641
    @linjiefan7641 3 роки тому +1

    Really helpful video, but why is the character floating in the air when playing the animation?

    • @epicgamerfrog
      @epicgamerfrog 2 роки тому +2

      To fix the feet floating just above the air issue:
      - Open the Push_Fwd animation
      - Inside the "asset details" scroll down to "transform"
      - For "import translation" set the Z-Axis to -20
      - Select "Reimport animation" in the top bar

  • @christopherpaz1442
    @christopherpaz1442 3 роки тому

    Hi matt, on 5:44 In Cast to Third Person Character can't use the target on (Is Pushing) Can I promote to variable?

  • @Silver-iix
    @Silver-iix 3 роки тому

    Tip, if you want to be able to push objects off ledges then don’t disable physics on component end overlap

  • @GokdenizCetin
    @GokdenizCetin 2 роки тому

    Thank you! I have one problem, box gravity don't work even it's ticked.

    • @GokdenizCetin
      @GokdenizCetin 2 роки тому

      Okay, I found the solution. Gravity does not work because simulate isn't ticked at start. So place the object near ground. When player overlaps the object, simulate become true and the gravity works

  • @aokisea
    @aokisea Рік тому

    Hi, I'm now having problems where the box x and y collisions are triggering a pressure switch on the ground even when the cube is not on top of the pressure switch

  • @keremius5201
    @keremius5201 4 роки тому

    THANK YOU VERY MUCH FROM TURKEY !! :)

    • @MattAspland
      @MattAspland  4 роки тому +1

      No problem! Always happy to help! :)

  • @timoha40
    @timoha40 3 роки тому +1

    Great video as always !! Can you make a video of how to pull an object?

  • @cesarmarroquin8895
    @cesarmarroquin8895 2 роки тому

    wish there was a tutorial on how to import those animation to this. im stuck with no guidance on what to do next

  • @Michael-nf5ji
    @Michael-nf5ji Рік тому

    So I followed up on your crouching tutorial just before this, and though both things have been implemented, I cannot actually see the crouching animation. Any idea why?

  • @richardchipstick235
    @richardchipstick235 4 роки тому +1

    Hi Matt, just finished your last tutorial on "How to Slide", absolutely fantastic, learnt loads of stuff, really pleased with what you have produced and what I have achieved, now I plan on starting the "How to push an object" tut, but at the end of the tutorial do you really leave it with the UE4 character's arms embedded within the box he is pushing, or is there a simple fix to that, probably wouldn't be able to work it out for myself as relatively new to this. Thank you

    • @MattAspland
      @MattAspland  4 роки тому

      Hi Richard, thank you so much, I'm glad I could help you out :) And the main reason this happened is because of the animation, to fix this you could increase the player capsule radius so that it covers the arms during the animation being played. So when you play the animation, have the player capsule radius increase so that the arms aren't poking outside of the player capsule. This is why there isn't any collision on the arms. And then decrease it back to default when you aren't playing the animation.
      Hope this helps, if you need to, I can try and explain this a bit better, and make a video if needs be. It's quite tricky to explain over text :)

    • @richardchipstick235
      @richardchipstick235 4 роки тому +1

      @@MattAspland Hi Matt, worked through this tutorial, but having a bit of bother with those arms embedded in the box when pushing, tried, well I thought I tried increasing the player capsule radius, but not working as I thought it should to make it look sharp, could you go into a little bit more detail please, a Great tutorial. Many many thanks

    • @MattAspland
      @MattAspland  4 роки тому

      Hey, when you increased the radius did you use the animation as a reference so you know the radius is big enough? You can set an animation to play in the Character Blueprint if you select the mesh. I'm asking because that fix should work, and if it doesn't there may be an issue with your collision

  • @stefanleroux8750
    @stefanleroux8750 4 роки тому +1

    Awesome. Thank you. Can you please show how to push something over? Like when you push a ladder over a ditch to walk over. Please 😅

    • @MattAspland
      @MattAspland  4 роки тому

      Yeah, I can definitely look into it :)

    • @stefanleroux8750
      @stefanleroux8750 4 роки тому +1

      Would appreciate it so much. Thank you.

  • @alexytroubatchov4277
    @alexytroubatchov4277 2 роки тому

    Hi Matt. This is a great video and after im trying thi it is works for me. But i have a question. How can i push this objects from the..... for exmple, cliff and make it falls down? Right now it is just hangin in the air :D

  • @ahmetozan4754
    @ahmetozan4754 Рік тому

    nice bro good job thanks

  • @s_zeelpdf6052
    @s_zeelpdf6052 Рік тому

    What if I want to pull the object too?

  • @ThePerro
    @ThePerro 4 роки тому +1

    How would you lock the character when he starts pushing? For example it seems like you can move left and right while he’s pushing the object

    • @MattAspland
      @MattAspland  4 роки тому +3

      Hey, you could prevent the player from moving left and right by using one simple branch. In the movement input code in the player blueprint, off of "InputAxis MoveRight" if you get a branch, with the condition of our "IsPushing?" Boolean we made, and off of true, do nothing. Then off false go into the add movement input again, this means that if you are pushing, the player can't move left or right. Hope this helps you :)

    • @ThePerro
      @ThePerro 4 роки тому +1

      @@MattAspland cool thank you!

    • @MattAspland
      @MattAspland  4 роки тому

      No problem!

    • @danbenson9721
      @danbenson9721 4 роки тому

      I tried to do this and somehow my character doesn’t do the animation anymore even if I put it back without the branch any help

  • @alawlol5459
    @alawlol5459 3 роки тому

    thx for everything mannn

  • @aokisea
    @aokisea Рік тому

    I can't get mine to work. My cube doesn't budge even a bit

  • @scagli_one
    @scagli_one 4 роки тому +1

    Hey man, thanks for this tutorial, is great. I have a problem, the idle move fwd animations won't play when I move the cube and also the cube is not affected by gravity so it doesn't fall when I push it from an edge.. any suggestion?? Thanks, you are the best

    • @MattAspland
      @MattAspland  4 роки тому

      Hey, it sounds like maybe you aren't firing of the code. Can you put a print string after the line of code in your movable object blueprint just to see if it is working? Because it sounds like your player isn't colliding with it so it's not setting the Boolean to true or the physics enabled either.

    • @scagli_one
      @scagli_one 4 роки тому +1

      right, thanks!!!

    • @rezync7344
      @rezync7344 3 роки тому

      @@MattAspland is there any actual fix besides the test because i am able to print the string during collision both on x and y

  • @blackhen9
    @blackhen9 4 роки тому

    Thank you for the guide

    • @MattAspland
      @MattAspland  4 роки тому

      No problem, glad I could help you :)

  • @evechannel8076
    @evechannel8076 3 роки тому

    Simple tutorial, Love it! btw I don't know how to add sound when the object is moving.. Can you make tutorial for that??

    • @rcsmultimediallc4734
      @rcsmultimediallc4734 3 роки тому +1

      Just add a “play sound at location” to the “is pushing” logic in the component, and connect the location to player location.

  • @amigoface
    @amigoface 3 роки тому

    Hi Matt,
    can you make the same video but for multiplayer please ?

  • @rifat.ahammed
    @rifat.ahammed 2 роки тому

    Thank you Soo much

  • @williamwriting1063
    @williamwriting1063 4 роки тому

    Excellent video! I'm curious - could you remove the static mesh and add this actor as a component to say a component for something else? I'd like to be able to push things and simply add this functionality without having to create it for each different NPC, actor, etc.

    • @MattAspland
      @MattAspland  4 роки тому +1

      Thank you! Yes that would be absolutely possible, you can use this method for anything you like that :)
      You need a hand setting it up?

    • @williamwriting1063
      @williamwriting1063 4 роки тому +1

      @@MattAspland Yes please! That would be amazing!

  • @techno2776
    @techno2776 2 роки тому

    The first part works nice for me! I can push the box now:)
    But I have a problem: I am a beginner and I am using ALSv4 (I implemented it with a tutorial in a TPS-Template). Where do I have to take the steps from 8:08 and 9:04 ? ALSv4 EventGraph looks different.

    • @techno2776
      @techno2776 2 роки тому

      I found out at 9:04 I have to do it in ALS_AnimBP>UpdateGraph instead of EventGraph. Because there is the "Event Blueprint Update Animation". Is this correct?

    • @techno2776
      @techno2776 2 роки тому

      It´s very funny now because I don´t know where I have to put in the both states "Push Idle" and "Push Forward". Do I have to do it in "ALS_AnimBP>BaseLayer>MainMovementStates" or in "ALS_AnimBP>BaseLayer>MainGroundedState" or in "ALS_AnimBP>BaseLayer>OverlayState" ? I feel I am almost there.

    • @sunfix991
      @sunfix991 Рік тому +1

      @@techno2776 if you are begginer then why use als

  • @rezu4783
    @rezu4783 3 роки тому

    Is there a way to pull objects aswell?

  • @M.W-H
    @M.W-H 2 роки тому

    Hi there. Maybe someone can help me with two things.
    1. If I want to push it in a static scene via mouse, i.e. click on the cube and drag the mouse in a wanted direction, how would I nedd to setup my playercontroller?
    2. I want it to move for a fixed amount so I can design levels easier on a grid. Which values would I need to edit?

  • @facu5037
    @facu5037 4 роки тому +1

    You are amazing

    • @MattAspland
      @MattAspland  4 роки тому

      Thank you, glad I could help :D

  • @LeszczynskiDavid
    @LeszczynskiDavid 3 роки тому

    Mine is really not smooth like the box is really shaky when it moves do you know what might help

  • @AndryValentine
    @AndryValentine 3 роки тому

    hello, i followed your tutorial, all good with animations but when i try to paint the box, it goes a little ahead then bends a bit diagonally, why?

  • @MZONE3D
    @MZONE3D 4 роки тому

    Great tutorial Matt. Just one thing tho... How would you stop that rotation of the character so that it only pushes in a one direction? What I mean is, if you were pushing an object directly forward, you wouldn't be turning. Cheers mate. Keep up the great work. :)

    • @MattAspland
      @MattAspland  4 роки тому +3

      Thank you mate, and that's a great question. You could prevent the player from turning by using one simple branch. In the movement input code in the player blueprint, off of "InputAxis MoveRight" if you get a branch, with the condition of our "IsPushing?" Boolean we made, and off of true, do nothing. Then off false go into the add movement input again, this means that if you are pushing, the player can't move left or right. Hope this helps you out! :)

    • @MZONE3D
      @MZONE3D 4 роки тому +1

      @@MattAspland awesome cheers :)

    • @MattAspland
      @MattAspland  4 роки тому

      No problem :)

    • @MZONE3D
      @MZONE3D 4 роки тому +1

      @@MattAspland thanks again mate, I implemented this in to my project, and it works great... 2 things tho, it would be good to have the player facing the direction of the pushable object when overlapping the box, and also the animation starts really slowly when overlapping. How would you go about fixing those things do ya think?

    • @MattAspland
      @MattAspland  4 роки тому +2

      No problem! You could get the rotation of the object and then set the player's rotation to be the same. Or you could just set the rotation of the player to be a rotation which you want and choose. Also, if you open the animation you should be able to change its speed under "Play Rate" or "Play Scale" I believe. Or something like that lol, I can't check right now but you should be able to find it :)

  • @pompai9487
    @pompai9487 3 роки тому

    Hey, sorry, but I'm a newbie. Can you teach me how to download your model? I've tried stuffing it into my project. But it refuses to "import" What should I do?

  • @gabrielgundes
    @gabrielgundes 4 роки тому

    I dunno if you gonna see this, but I can't find a way to fix properly. My mesh seems so lightweight and is weird. I tried to mess with MassinKg but even so cant make it heavier...

    • @rezync7344
      @rezync7344 3 роки тому

      did you find a solution? cause i also need help with that

  • @ricardomota3964
    @ricardomota3964 3 роки тому

    Anyone found a tutorial to push a trolley around but that doesn't rotate around the character's axis and instead realistically rotates around the trolley's axis or around a halfway between the character and the trolley?
    .

  • @c-wact
    @c-wact 2 роки тому

    but i have a chıld and i can't hide thıs
    helppp

  • @TWGReal
    @TWGReal 4 роки тому

    How do i make a Pick Up System with Animations that holds a Object by pressing E to pick up and drop by clicking right click?

    • @MattAspland
      @MattAspland  4 роки тому

      Great idea, I can add it to my list :)

    • @TWGReal
      @TWGReal 4 роки тому

      @@MattAspland ok :D

  • @crimsontyrs
    @crimsontyrs 4 роки тому

    Hey Matt so How do I set up multiple actions? Like to crouch, push objects, and climb ladders? Also, how would you incorporate an interaction button that could interact with different things within the game world? Thanks for your response you're killing it at this!!!

    • @MattAspland
      @MattAspland  4 роки тому +2

      Hey James, I have videos on crouching and climbing ladders if that helps you. You would just add them all in to the Animation Blueprint or the character blueprint, wherever is necessary. And a button would typically be a box collision, I have a video on interacting with the E button which should help, you press a button on your keyboard when near the button to interact. Or if by button you just mean a keyboard button, it would be the same video. Hope this helps :)
      Crouching Video: ua-cam.com/video/eD6dT667DMQ/v-deo.html
      Ladders Video: ua-cam.com/video/IByfas_RzZA/v-deo.html
      Interacting Video: ua-cam.com/video/-fCU5XQizZI/v-deo.html

  • @gamingasmrambience
    @gamingasmrambience 3 роки тому

    i tripple check all is 100 % like you have but no animation working
    i plug on character where i have crouching too i need help

    • @rezync7344
      @rezync7344 3 роки тому

      did u find a solution?

  • @Mrkev217
    @Mrkev217 4 роки тому

    Can you do video about how made night time in ue4 ,when i try made night time it always do some like midnight orange / red sky

    • @MattAspland
      @MattAspland  4 роки тому

      Hi, I could definitely do this yeah :)

  • @tesquilo
    @tesquilo 4 роки тому

    Hello, tutorial is really great, but I have one problem. When I start play he using push idle anim in begining and after I push object and stop he return in normal Idle, so any tip...

    • @MattAspland
      @MattAspland  4 роки тому

      Hey, thank you, and in your character blueprint you should have the Boolean "IsPushing?". This should be false, so not ticked, by default, is that correct?

    • @tesquilo
      @tesquilo 4 роки тому +1

      @@MattAspland oh man you saved my nerves bahaha, thank you very very much :D

    • @MattAspland
      @MattAspland  4 роки тому

      Haha no worries, glad I could help man :)

  • @Badwolf2743
    @Badwolf2743 3 роки тому

    Great tutorial! I do have one question though do you know what might be causing the block to only move a little bit in one direction before my character can't push it anymore, idk if I'm the only one having this issue. I would appreciate it if someone could help me with this issue, thanks again for the tutorial!

    • @tiptoetopia8449
      @tiptoetopia8449 3 роки тому

      I'm having this same issue too :/ its so strange

    • @Badwolf2743
      @Badwolf2743 3 роки тому

      @@tiptoetopia8449 i figured it out in the end at the top right in the blueprint drag what ever you named the boxes onto the cube itself so its joint in a way so it moves no matter how far it goes. I think it was bc the collison boxes didnt move with the cube. But hope that helps you out.

    • @tiptoetopia8449
      @tiptoetopia8449 3 роки тому

      @@Badwolf2743 I tried it right now thanks bro I appreciate it!!!!!

    • @coleokeefe6963
      @coleokeefe6963 2 роки тому

      for anyone having this issue, in the components tab of the blueprint(top left) click and drag the collision box onto the "Cube" or whatever you named it. its doing that because the collision box isnt moving with the cube

  • @Tenibaris
    @Tenibaris 4 роки тому

    Hello Matt.
    I run into an issue. I'm making a project and I used your tutorial for crouching as well as this one. On Event graph for ThirdPerson_animationBP you started from SET and then go to Cast to TPC. How can I simultanously make them work when you can get only one connection from SET boolean. Thank you in advance!!!

    • @MattAspland
      @MattAspland  4 роки тому +1

      Hi, so sorry for the late response. In order to use more than one connection, you can get a sequence node :) I've made a video below explaining what they are and how they work. Hope this helps and I wasn't too late. Good luck with your project :)
      ua-cam.com/video/WgWPmsJdzRc/v-deo.html

    • @Tenibaris
      @Tenibaris 4 роки тому

      Thank you so much king ♡♡♡

  • @nikolayvrublevskiy1214
    @nikolayvrublevskiy1214 4 роки тому

    Hello, thanks for the tutorial! I have a question, as far as I see this only will work correctly with FPS higher than 60, with 30 FPS (like I have in my game) it breaks collision too frequently, so pushing is not smooth. Any suggestions? I can't just increase X/Y-Axis zone because in that case cube will slide a bit after I stop move my MC, which is not what I want.

  • @stefanleroux8750
    @stefanleroux8750 4 роки тому

    Sorry. Another question. How do I make this object to be only pushed a certain time in the game. Like when I want the player to cross the ditch. It must not be able to be pushed any time, like if in a story and it is open world game were player runs past the object but at a certain time. I hope this makes sense.

    • @MattAspland
      @MattAspland  4 роки тому +1

      I understand what you mean, and you could just toggle the overlap events of the box collisions used to move it, so when you don't want to be able to move the object, have it toggled off, and when you want to be able to move it, toggle it on.
      This is the node you will need to use (in the object blueprint): imgur.com/gallery/RAeCHtx
      Hope this helps :)

    • @stefanleroux8750
      @stefanleroux8750 4 роки тому +1

      I will try this. Thank you again.

  • @dage6131
    @dage6131 3 роки тому

    I did everything you did and it doesn't play the animation when near the cube.

    • @rezync7344
      @rezync7344 3 роки тому

      did you find a solution?

  • @sonny_c6355
    @sonny_c6355 4 роки тому

    Hello. I did evrything fine but my animation is not turning on idk what is problem. do u ahve any idea what I am doing wrong?

    • @MattAspland
      @MattAspland  4 роки тому

      Hi, it might be an issue in your transitional nodes going from idle/run/walk to your pushing, or where you are setting and/or getting your variable to see if you are pushing or not. I'd say double check all of these, it's very easy to miss something :)

    • @sonny_c6355
      @sonny_c6355 4 роки тому +1

      @@MattAspland thanks. But I already rewrite everything 3rd times. maybe because I am using 2D side scroler. thanks anyway

    • @MattAspland
      @MattAspland  4 роки тому +1

      It could be that, you could maybe try with different animations and see if that works, and thank you, that means a lot :)

    • @sonny_c6355
      @sonny_c6355 4 роки тому

      Haha I fixed it. It was my Silly mistake. :D

    • @MattAspland
      @MattAspland  4 роки тому

      Haha, glad you solved it, what was wrong with it?

  • @quantumwitcher9376
    @quantumwitcher9376 4 роки тому

    I attempted to do this with the first person shooter template instead, so the only thing different was that I casted to first person character. However I am unable to get it to move. Is there anything I can do to fix this? Or is it not possible in the FPS template?

    • @MattAspland
      @MattAspland  4 роки тому

      Hey, I've just tested this out with the First Person Character, and it all works perfectly for me. It should work, maybe your box collision isn't big enough? And is the cast target definitely "Other Component"?

    • @quantumwitcher9376
      @quantumwitcher9376 4 роки тому +1

      @@MattAspland thanks for the reply, I've increased the boundary for the collision but still no luck there. As for the cast target being 'Other Component' what do you mean by that?

    • @MattAspland
      @MattAspland  4 роки тому

      Off of the Event Begin (and End) Overlap, the Cast To First Person should be coming out of the "Other Actor" on that Event.
      And Other Actor, not Component, my bad sorry.
      Hope you know what I mean :)

    • @quantumwitcher9376
      @quantumwitcher9376 4 роки тому +1

      @@MattAspland Hey I forgot to reply to tell you I got it to work. Thank you so much. Also I wanted to ask if there is a way to create a 'snap in zone' so that when the player pushes the object into a certain part of the level it stays snapped to that point. Is there a particular way to go about doing this?

    • @MattAspland
      @MattAspland  4 роки тому

      @@quantumwitcher9376 Hey, that's great. And you would be able to do that yeah, you could get that location of the end point for your cube, and then set the cubes location with that. This should snap it into that end location. Hope this helps :)

  • @trashhy4997
    @trashhy4997 4 роки тому

    bro how to import those assets into ue 4.25.3? I'm unable to do so. I copy pasted the pushing folder into my project but nothing is showing up in that folder..

    • @MattAspland
      @MattAspland  4 роки тому +1

      Hey, did you try just dragging and dropping from your computer folder into your content browser in unreal?
      They should still work and be able to be imported in 4.25.3

    • @trashhy4997
      @trashhy4997 4 роки тому +1

      @@MattAspland Bro it says unsupported format uasset. Unable to import. FBX are easy to import but not uasset. I tried drag and drop them to the project content folder but of no use. They are not showing up in the engine.

    • @MattAspland
      @MattAspland  4 роки тому +1

      It may be an issue with the files I uploaded maybe? Which is it which isn't working? Just the animations?

    • @trashhy4997
      @trashhy4997 4 роки тому +1

      can you provide the fbx file or the animation link please?

    • @MattAspland
      @MattAspland  4 роки тому

      I can try and fix the assets in the link which is in the description, is it just the animations?

  • @svanhvitasta5296
    @svanhvitasta5296 4 роки тому

    Is the blueprint at 8:56 from another tutorial? :)

    • @MattAspland
      @MattAspland  4 роки тому +2

      Hi, the animation blueprint is something you should have, it should be in "mannequin>animations". However, if you do not have one, I have a video where I made one. Hope this helps :)
      ua-cam.com/video/1K-Hyu4Xn3g/v-deo.html

    • @svanhvitasta5296
      @svanhvitasta5296 4 роки тому +1

      @@MattAspland Thank you very much, helped a lot! :D

    • @MattAspland
      @MattAspland  4 роки тому

      @@svanhvitasta5296 No problem! Happy to help :)

  • @Faizy_Writes
    @Faizy_Writes 3 роки тому

    Sir I have a question

  • @igorcosta6097
    @igorcosta6097 2 роки тому

    Muito bom!

  • @ak-gi3eu
    @ak-gi3eu 4 роки тому

    how to replicate?

  • @mehmetbesircalskan4421
    @mehmetbesircalskan4421 2 роки тому

    8:06

  • @gamingasmrambience
    @gamingasmrambience 3 роки тому

    dont works