ThatDevGuy
ThatDevGuy
  • Видео 5
  • Просмотров 2 149
Realistic Heat Distortion in Unreal Engine 5
Realistic Heat Distortion in Unreal Engine 5.
#heatdissipation #heat #unrealenginetutorial #unrealengine5 #gamedevelopment #gamedevtutorial #devgame #supersimpledev
Просмотров: 961

Видео

Creating a Damage & Health HUD in Unreal Engine 5
Просмотров 1272 месяца назад
Hey guys, in this video Il show you how to make a Damage & Health HUD system in Unreal Engine 5. #unrealenginetutorial #healthanddamage #healthbar #unrealengine5damage #devtutorial #gamedevtutorial #gamedevelopment #unrealengine5tutorial #healthhud #healthanddamage
Smart AI Follow - Unreal Engine
Просмотров 2122 месяца назад
Hey guys, Welcome back to another video. In this video il show you how to make a smart AI follow in UnrealEngine. #unrealengine4 #unrealengineai #ai #aitutorial #gamedevai #npc #followai #followingai #smartai #unrealenginetutorial #unrealenginedev #dev #gamedevtutorial #gamedevelopment #games #simpleai #aiguide #unrealengineguide
FPS Controller using Enhanced Input System - Unreal Engine 5
Просмотров 5352 месяца назад
Hey guys, welcome back to another video, in this video il show you how to make a first person controller using the enhanced input system in UE5. #gamedevelopment #unrealengine5 #callofdutymodernwarfare2 #h2m #unrealengine5tutorial #unrealenginetutorial #unrealengine4 #unrealenginegames #unrealengine #gamedevtutorial #gamedeveloper #firstpersonshooter #fps #fpsgames #fpsgaming
Basic round system in Unreal Engine 5 - ThatDevGuy
Просмотров 3253 месяца назад
Hey guys, In this video il show you how to make a basic round system in Unreal Engine kinda like Call of Duty Black Ops Zombies. #blackops #blackops2 #blackops2zombies #blackops6 #unrealengine #unrealengine5 #unrealtutorial #gamedevtutorial #unrealenginegames #unrealenginecallofduty #unrealengine4 #unrealenginetutorial

Комментарии

  • @glitchvideo263
    @glitchvideo263 4 дня назад

    Great video dude! Direct to the point. Keep the good work!

  • @nick-0579
    @nick-0579 11 дней назад

    !! If anyone is wondering why your character slows down when looking downwards, switch out your "Get Control Rotation" node for "Get Actor Rotation" !!

  • @TheSeptu
    @TheSeptu 22 дня назад

    Thank you for this!!

  • @notavneetdhaka
    @notavneetdhaka 22 дня назад

    hey devguy! thank you for this video man, because of you I was able to make my first movement controls I am new to unreal engine and I am getting trouble with jump mechanic. can you please help me out if possible? thank you!

  • @ThisIsJakenl
    @ThisIsJakenl Месяц назад

    For a beginner this is way to fast. Still don't know how to make a round based game where more actors come every round. Could you maybe make a more beginner tutorial friendly video? Or do you know a video wich tells how? Tnx from the netherlands

    • @thatdevguyofficial
      @thatdevguyofficial Месяц назад

      I completely agree, im still kinda new to YT game dev tutorials so they will improve with time. I will definitelly make a new video on this topic a little later.

    • @ThisIsJakenl
      @ThisIsJakenl Месяц назад

      @@thatdevguyofficial thanks in the meanwhile do you know a channel who explains how to make round based game with more and more actors as the round goes up? (Kinda like bo zombies but demons in my game)

    • @thatdevguyofficial
      @thatdevguyofficial Месяц назад

      Hmm not really tbh. But it’s pretty similar to this vid. Have some sort of equation or multiplier be affected by the current round and set that to how many zombies to spawn

    • @ThisIsJakenl
      @ThisIsJakenl Месяц назад

      @@thatdevguyofficial for example if round is completed going to next round True second round reached more actors True? I saw something where you could make actors spawn in more batches

    • @thatdevguyofficial
      @thatdevguyofficial Месяц назад

      That makes it way too hard, you need some sort of formula or smthn. Like 3 zombies per round so you check the current round * 3 and spawn that in a for loop. So if round 3 it will be 9 etc.

  • @michaelmerrett
    @michaelmerrett 2 месяца назад

    I have an issue where my player moves slower if i look up or down. Any idea what the cause could be?

    • @thatdevguyofficial
      @thatdevguyofficial 2 месяца назад

      Hmm interesting. Could be an FPS issue, whats your fps looking like?

    • @thatdevguyofficial
      @thatdevguyofficial 2 месяца назад

      Based on this article: forums.unrealengine.com/t/character-movement-speed-is-affected-when-mouse-is-looking-up-or-down/372110 seems like its a bug so I cant really help out with that. Try recreating the fps controller in an empty project then see if the problem still arises.

    • @michaelmerrett
      @michaelmerrett 2 месяца назад

      @@thatdevguyofficial as in like frames per second? Its fine, no issues at all. I'll try making it in an empty project though.

    • @thatdevguyofficial
      @thatdevguyofficial 2 месяца назад

      @@michaelmerrett Hmm weird, yeah try that lmk what happens.

    • @michaelmerrett
      @michaelmerrett 2 месяца назад

      @@thatdevguyofficial heya I’m away from my computer right now, but I did end up remaking the system in an empty project. I still had the same issue which is very strange! I compared my code to the code from the FPS template and swapped the “get controller” and “get forward vector” nodes with this node called something like “get controller forward vector” (something along those lines). This did work for me. Before I made this change, I hooked up the “get controller” and “get forward vector” nodes to a print node, and the vector actually pointed towards where the camera was facing (including up and down directions). Then I used a rotation breaker and a rotation maker that removed the components of the vector that added up and down direction and this worked (i used this until I found the solution above) To be honest, I don’t fully understand how you don’t have the issue i was having haha. Is there any way you could send me a download link of the project used in the video so I can compare?

  • @YAHYAGAMEvip-jn6eu
    @YAHYAGAMEvip-jn6eu 3 месяца назад

    Epic! @cube