Excellent, to the point, thorough and works nicely. Thanks!
@szymon5037 Жыл бұрын
Hi! Amazing video!! Great work 😁😁
@UnrealAxis Жыл бұрын
Thank you 🤗
@UnrealAxis Жыл бұрын
just added a new video
@-mario87563 ай бұрын
i have a problem when i start the game the ball is dont have collision plz help me
@SoLowAce Жыл бұрын
How do you make it teleport you to a new level after collecting all the cubes and reset the timer for that level?
@UnrealAxis Жыл бұрын
The ball probably doesn't need to be teleported to a new level, a new level can be made just like the first level and then "Open Level (by name)" node of blueprints can be used, there may be other better ways to do it, look into it more, all the best!
@stickyfacade33887 ай бұрын
If i use the enhanced input action instead of "w" key would it work?
@UnrealAxis7 ай бұрын
Most probably yes, if you try enhanced input feel free to comment again with how it went - be careful about the "triggered" "started" and other pins in the input etc. as some pin(s) might run again and again. Good luck!
@stickyfacade33887 ай бұрын
@@UnrealAxis yeah I followed another tutorial with enhanced input and i just couldn't get the movement to feel right. It seemed like it kept moving after I let go of the joystick. But I will try your way with enhanced cause I like how your movement looks. Thanks!
@UnrealAxis7 ай бұрын
@@stickyfacade3388 thanks for your comment, if you liked the video please give it a thumbs up and share it, more videos on my channel page. Good luck on your gamedev journey!
@williambailey14518 ай бұрын
For some reason when I reach max score the end screen will show once but will not show again
@jesperrasmussen2058 Жыл бұрын
Would love to doublejump! :D How would we do that? :D
@UnrealAxis Жыл бұрын
Thank you! It can be done by keeping count of how many times jump was triggered and then resetting the count once the ball hits the ground, keep trying! Maybe we will have a video about that in the future, all the best!
@Eternity1770 Жыл бұрын
do you have discrod?
@UnrealAxis Жыл бұрын
Thank you! For now we're using KZbin for discussions too, so if you have any questions about any of the videos, feel free to ask in the comments. Also when we make a discord server we'll let everyone know, if you like the video, please subscribe and share the video to your fellow game devs.
@Eternity1770 Жыл бұрын
@@UnrealAxis thanks for answering,i have question,more like i want to ask,can you make dash mech for your ball character,you have pawn,after dashing i cant go back to normal speed(im using add impulse) and if you have experience to make guide with AI,where it always running away from you and dodging everything on way
@UnrealAxis Жыл бұрын
@@Eternity1770 instead of using add impulse maybe setting the velocity of the "Ball" might work better, and after a delay (Maybe 0.2 seconds?) setting the velocity back to 0 might be nice to get it back to normal for a quick dash mechanic. I will probably add Unreal AI tutorials later in the series, Unreal Engine documentation is good to read too.
@UnrealAxis Жыл бұрын
@@Eternity1770 I made a tutorial for dash ability for the ball game, if you like the video, please share the video with your fellow game devs and subscribe kzbin.info/www/bejne/e3LWkmegmZ6jiqc
@thestupidstore58495 ай бұрын
When I move the camera above the player and hold "S" The player just starts flying? Do you know why?
@UnrealAxis5 ай бұрын
@@thestupidstore5849 well that can be a bug or a feature as you see it, but cool that you found something! If you find a solution feel free to comment here again too, good luck on your game dev journey!
@UnrealAxis5 ай бұрын
@@thestupidstore5849 why is probably because “S” applies force in opposite direction of the camera, to fix it maybe the direction vector can be split into x y z pins and only x and y can be taken from it in a new vector using make vector node with z as 0, just for an idea, good luck!
@thestupidstore58494 ай бұрын
@@UnrealAxis I'm fairly new to UE 5 So could you go more in depth on how to accomplish that?
@Canyon_SteeleАй бұрын
I’m having this same problem. But if I look up and hold W my character flies up. 🤣 glad I’m not the only one
@thestupidstore5849Ай бұрын
@@Canyon_Steele Finally somebody had the same problem😅