Roll a Ball | Unreal Engine 5 Tutorial | With & Without Physics

  Рет қаралды 23,498

Jared Dilley

Jared Dilley

Күн бұрын

Пікірлер: 95
@THISISMYHANDLETODAY
@THISISMYHANDLETODAY 9 ай бұрын
making the sphere a child of the capsule will stop the jumping straight into the air and moving the CameraBoom to the center of the sphere will stop wobbly behavior - might solve someone's problems :)
@justinchou7016
@justinchou7016 9 ай бұрын
Solved mine :)
@bryanh208
@bryanh208 4 ай бұрын
I completely restarted because I couldn't figure that out. At least I'll know how to resolve it if it happens again lol
@twintek1099
@twintek1099 9 ай бұрын
How would I make the ball maintain more momentum/velocity, and gain more speed when going down slopes). Also... when the ball is rolling, it randomly does little bounces. This only happens on generate terrain.... it is fine with the default floor.
@twintek1099
@twintek1099 9 ай бұрын
To dash would you just do the same as with jumping... but with a directional impulse dependant on the direction the camera is looking?
@jareddilley
@jareddilley 9 ай бұрын
Correct you can do an impulse or you can temporarily change the walking velocity depending on how you want it to work
@twintek1099
@twintek1099 9 ай бұрын
ty@illey
@twintek1099
@twintek1099 9 ай бұрын
I got the dash working, however, i dont know what i did, but the simulation is now running in slow motion and the screen refreshes/flickers every 3 seconds. Im not sure if this is just a problem with the engine, or the game.
@michaelgriffis6450
@michaelgriffis6450 5 ай бұрын
@northisdead1999 on the Hit Normal add an == and set the Z to 1. adjust the error tolerance to .5. connect that to a branch node and connect set jump tracker to the true output.
@northisdead1999
@northisdead1999 5 ай бұрын
Is this case, the base can touch a side wall and jump again. Is there a way to make it so that it resets only when the ball touches the ground only.
@twintek1099
@twintek1099 9 ай бұрын
Is there a way to reduce the rotation speed whilst maintaining the same movement in the physics based one? Also... when going up slopes, the ball still rotates fast, but it doesn't move very fast.
@oliviachoir
@oliviachoir 9 ай бұрын
how did you manage to find the Rotation Speed variable?
@twintek1099
@twintek1099 9 ай бұрын
huh?@@oliviachoir
@bittenzombie3454
@bittenzombie3454 8 ай бұрын
great tutorial mate did exactly what i needed thank you
@giannisigona5830
@giannisigona5830 Жыл бұрын
how can u replicate this to multiplayer
@TheMinealldimonds
@TheMinealldimonds 10 ай бұрын
After creating the custom event speed there is no variable for set max walk speed
@Maggy9
@Maggy9 10 ай бұрын
You have to take "SetMaxWalkSpeed" from the "Character Movement" component, You can drag and drop it in your blueprint, it's available in the "Components" window on the left of your screen
@oliviachoir
@oliviachoir 9 ай бұрын
@@Maggy9 can't find the Set Rotation Speed variable
@hello0kinawa
@hello0kinawa Жыл бұрын
5:33 can't find the "set max walk speed", any ideas?
@benexler
@benexler Жыл бұрын
Uncheck "context sensitive" in the pop-up menu
@hello0kinawa
@hello0kinawa Жыл бұрын
Thanks!@@benexler worked
@robotjellyfish3209
@robotjellyfish3209 Жыл бұрын
thanks@@benexler
@oliviachoir
@oliviachoir 9 ай бұрын
were you able to find the set rotation speed?
@kevincrinklaw7422
@kevincrinklaw7422 5 ай бұрын
@@benexler Thanks! You're solving problems for future people too :) Appreciate you joining our learning journey!!!
@biscuitporkasmealchoice6741
@biscuitporkasmealchoice6741 Жыл бұрын
This was really helpful, thank you!
@nikgiak2994
@nikgiak2994 Жыл бұрын
Hey, ty for the tutorial but I'm facing a problem (same as many other people I read online). My character mesh moves physic objects too much, no matter the Mass(gr) and no matter the character's push force factors. Either it's 0.1kg or 1000000kg the physic object, when my character touches it, it flies away. It's kind of insane how many people write about this problem since 2016 and still not a sold answer!
@DollarThomas
@DollarThomas 10 ай бұрын
How can I make it so the ball only jumps when it's on the ground? And how do I make it so walls don't count as ground?
@acidjumps
@acidjumps 2 ай бұрын
can someone explain why you would name a custom event "speed"? I thought custom events was for things happening not for properties and such
@G4m3r_m8
@G4m3r_m8 Жыл бұрын
when i tried to load in after activating fysics it just made me fall through the floor any way to fix that ??
@jareddilley
@jareddilley Жыл бұрын
Maybe check you collision sphere, make sure it didn't get messed up and collisions are still enabled
@G4m3r_m8
@G4m3r_m8 Жыл бұрын
@@jareddilley ive enabled it and when i clicked play it spawns in the ball but im an invisable box that just hits the ball
@jareddilley
@jareddilley Жыл бұрын
@@G4m3r_m8 check the components tab on the left to make sure it mirrors mine, one of the components could be out of placed or not nested properly
@G4m3r_m8
@G4m3r_m8 Жыл бұрын
@@jareddilley i did some testing and it turns out that on the sphere the collision preset needed to be set to character mesh and it then worked
@nathanwalker5251
@nathanwalker5251 Жыл бұрын
@@G4m3r_m8thank you sooooo much for that I could literally kiss you 😂😂😂
@WaningCrescent-w9x
@WaningCrescent-w9x 5 ай бұрын
My camera rotates with the ball, does anyone have an idea on how to stop that
@shayroy2826
@shayroy2826 11 ай бұрын
why does my ball continue to roll even when im not moving?
@Thor777AHT
@Thor777AHT 3 ай бұрын
Happens to me to. Did you figure it out?
@Fydoe194
@Fydoe194 2 ай бұрын
Почему шар вращается когда я просто стою на месте?
@Fishpastegaming
@Fishpastegaming 4 ай бұрын
perfect for my rage gmae, thanks buddy
@multiversebooks
@multiversebooks 6 ай бұрын
Nice! I'm rolling the ball across a very large map, so I need lots of speed. Is there a way to clamp down on the rotation of the mesh to make it look less terrible? Or perhaps disallow it entirely and fake it by manually updating local rotation on mesh only? I'm looking but can't find. Thanks for the video!
@multiversebooks
@multiversebooks 6 ай бұрын
For posterity: I turned on pawn control rotation for the actor and that prevented the impulse spin. Then I got angular velocity and divided it by a lot and applied it to x/y rotations of the mesh only. Looks decent and I think I can tweak it more.
@seriouslysatan216
@seriouslysatan216 8 ай бұрын
Rerouted here from the power-ups video. Your non-physics speed function is so much simpler than my current one. However, can I use a timeline or something to gradually increase speed instead of starting at the set value? Currently trying to mash the two together and not getting the desired result.
@LuciousKage
@LuciousKage Жыл бұрын
This is cool! thnx .  How do u direct impulse towards object or actor?
@jareddilley
@jareddilley Жыл бұрын
You should be able to by creating an impulse based on the difference of your location and the location of the actor/object
@jaidodechani8764
@jaidodechani8764 9 ай бұрын
Thanks for the tutorial! I am facing a challenge, for the without physics version: rolling works in one direction only. Whatever I press, it just rolls the ball in the same direction. I am trying to make that the ball rotates in the direction the player presses the button. Any ideas?
@nichtrelevant6240
@nichtrelevant6240 Жыл бұрын
can i make the physics based system a little bit more responsive? tryin to make some physics based jump and run game with it but the ball reacts so super slow that its pretty much impossible to slow down when you are rolling down a hill or even change direction... :P
@nichtrelevant6240
@nichtrelevant6240 Жыл бұрын
or maybe a way to move in midair so i could redirect and correct my direction while jumping? p.s.: thanks a lot for your video btw, was rly helpful already!
@jareddilley
@jareddilley Жыл бұрын
I tried playing around with a friction material to make it more responsive, it could be the way but I didn’t like it and went the non physics sim route
@nichtrelevant6240
@nichtrelevant6240 Жыл бұрын
​@@jareddilley thx for the answer :) i had the hope that there must be a way to scale acceleration to left and right with higher speed/velocity, because i really like the way the ball bumps at high speeds and its realy fun to race around like that, but it just feels like im stuck in honey if i'd want to correct my direction..
@twintek1099
@twintek1099 9 ай бұрын
how would one go about doing this?@@jareddilley
@eXe08
@eXe08 11 ай бұрын
It worked thank you ❤
@VIgamer07
@VIgamer07 Жыл бұрын
hi, I followed to 10:29 and the ball just decides to go up in the air.
@jareddilley
@jareddilley Жыл бұрын
Make sure the impulse is not in the Z direction
@VIgamer07
@VIgamer07 Жыл бұрын
@@jareddilley thank you sor the help
@KathrynCrenshaw
@KathrynCrenshaw Жыл бұрын
I have the same problem on 5.0
@SylvainRochette
@SylvainRochette Жыл бұрын
@@jareddilley I have the same issue, it is not the Z, it's when you push Simulate Physic, without moving, go straights into the air lol
@Vorgor89
@Vorgor89 Жыл бұрын
@@SylvainRochette I had the same problem, my Sphere was a child of Mesh (CharacterMesh0) and not Capsule Component. Moving it up a level solved it for me.
@maggle2314
@maggle2314 Жыл бұрын
Thanks for the video ! Why the jump input is not adapted to Enhanced Input Subsystem here ?
@kevinqi6157
@kevinqi6157 Жыл бұрын
Could you show me how to make the ball move like BB8? I mean only the body of the ball moves and the head follows the body
@pibetry
@pibetry Жыл бұрын
the mesh that acts as the head should not be inherited under the rolling around mesh. You could do a thing where you assign its vector manually in the graph. You would drag and drop "head_mesh" (lets call it that) into graph. Then get the local or world location vector. Plug in the vector of the capsule, then add like +100 on the z axis so it is above the mesh. Hopefully something along the lines of that works out! Tinker with it.
@fortyseven4719
@fortyseven4719 Жыл бұрын
hey i have a problem with the simulation. the sphere dosen't roll smoothly meybe something to do with the center of mass but i am not sure and i am a beginner so i don't really know what's wrong. can someone help please ? FYI: I try to get the center of mass to display in the logs and i got these value LogBlueprintUserMessages: X=900.000 Y=1110.000 Z=92.013
@LaCe5758
@LaCe5758 Жыл бұрын
how can I add friction when using physics? so when I release the W key the ball stops rolling after a while
@LookitVideos
@LookitVideos Жыл бұрын
Look in the documentation for Physical Materials. you will want to change the friction, static friction, and restitution (bounciness) and apply it to objects.
@twintek1099
@twintek1099 9 ай бұрын
where is the documentation for physical materials?@@LookitVideos
@Asterisk_OS
@Asterisk_OS Жыл бұрын
why does your character event graph look different than mine? I'm on 5.0.3, my movement input event graph looks nothing like yours. So I can't even follow some of these steps lol
@jareddilley
@jareddilley Жыл бұрын
Maybe try 5.1 and make sure you are using the third player character template
@MonteeGames
@MonteeGames 10 ай бұрын
Thank you for tutorial
@ivanmalau4945
@ivanmalau4945 Жыл бұрын
is there a reason that when i move my character the whole camera view spins instead of the charcater alone?
@jareddilley
@jareddilley Жыл бұрын
Check that your target is the capsule component and that you camera and boom arm are child’s of it
@Decton
@Decton Жыл бұрын
Hey, try placing everything except the camera at 0 location, like mentioned in the video and check "Use Pawn Control Rotation" under the CameraBoom / Springarm, this should fix it
@MrMsti
@MrMsti 7 ай бұрын
Awesome :D
@Krakinoz
@Krakinoz Жыл бұрын
So none-physics based will just stop instantly with rolling when input key is released?
@jareddilley
@jareddilley Жыл бұрын
Correct and you can add a delay is you want to fix that
@KLKstudios
@KLKstudios 3 ай бұрын
wooow you safe my day and night..Can you send the file that we not shull true this ?
@Krakinoz
@Krakinoz Жыл бұрын
Is it possible to add more control over the phys ball? It's very slow when I try to change direction in sidescroll.
@twintek1099
@twintek1099 9 ай бұрын
probably adding friction. idk how tho. did you figure this out?
@jarnine-d9n
@jarnine-d9n 5 ай бұрын
Thanks for the video. Title should be called "control a ball" I have looked for a tutorial a few times but could not find one.
@TheFauCheuse
@TheFauCheuse 3 ай бұрын
11:17 did you just burp? lmao
@owenmurphy9728
@owenmurphy9728 Жыл бұрын
How can i max the speed out so it doesn't create too much velocity?
@jareddilley
@jareddilley Жыл бұрын
There should be a set max speed node you can set
@owenmurphy9728
@owenmurphy9728 Жыл бұрын
@@jareddilley ok. Also i had a bounce pad before that would launch my character into the air but now it does nothing. Is it something to do with there being a shape instead of a skeletal mesh?
@jareddilley
@jareddilley Жыл бұрын
@@owenmurphy9728 it could be, or you might just need to change how the bounce pad works and how you are applying the force on the character, should be the same as how jump is done
@owenmurphy9728
@owenmurphy9728 Жыл бұрын
@@jareddilley Ok. One more thing is there a way to make the ball easy to control because its like its on ice. maybe something with the friction?
@jareddilley
@jareddilley Жыл бұрын
@@owenmurphy9728 yes you can add a friction material to your ball and change the amount of friction you want
@jackpyvovar720
@jackpyvovar720 Жыл бұрын
I don't know why but this physics method don't work ( It's move only where i look but now by WASD
@ahmetemrecnar4865
@ahmetemrecnar4865 2 ай бұрын
Meraba ben Ahmet Emre Çınar ve bu videoyu çok sevdim. Teşekkürler
@cryptyyy_7667
@cryptyyy_7667 Жыл бұрын
Thank you so much for this video.
@atomic8433
@atomic8433 Жыл бұрын
🔥🔥
@phoebestulzdeyoung582
@phoebestulzdeyoung582 Жыл бұрын
i cant jump
@phoebestulzdeyoung582
@phoebestulzdeyoung582 Жыл бұрын
i cant jump more than once
@fhajji
@fhajji 11 ай бұрын
The Jump Tracker variable needs to be reset after then jump finishes.
@Rehd66
@Rehd66 Жыл бұрын
For the love of God, why do you have a 4 minute intro? Hey KZbin: You don't need to tell us what you're GOING to talk about. Just talk about it....
@danceFuchs
@danceFuchs 6 ай бұрын
It's mislabeled in my opinion, as it's about setting up the object. You should try :)
The Best Unreal Engine Sample Project you've never heard of
9:10
Learning Unreal Engine in One Month to make a Game!
15:25
Will Hess
Рет қаралды 110 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
5 Tricks you (probably) don't know about Unreal Engine 5
10:44
Cinecom.net
Рет қаралды 405 М.
Roll a Ball | Unreal Engine 5 Tutorial | Sound Effects
15:19
Jared Dilley
Рет қаралды 3,1 М.
How to make HD 2D Games in Unreal Engine 5
9:14
Cobra Code
Рет қаралды 22 М.
UE4/UE5 IN-DEPTH TUTORIAL | Beginner | How To Move Things
26:15
HeavyCoat Games
Рет қаралды 10 М.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 605 М.