Unreal Engine Car Look Around Tutorial

แชร์
ฝัง

ความคิดเห็น • 43

  • @starscream2092
    @starscream2092 2 ปีที่แล้ว +1

    Just found your channel, i wanted a car in my game but knew nothing about making a car in a game. Your tutorials made the pain a lot easier thanks.

  • @Simul8Gaming
    @Simul8Gaming 9 หลายเดือนก่อน

    Anyone know how I can make the camera look up and down inside the car too? I tried doing both axis but it goes down in a diagonal motion

    • @Seredias.
      @Seredias.  9 หลายเดือนก่อน

      Just keep the Look Up Part at 3:30

  • @Fred-mt5co
    @Fred-mt5co 2 ปีที่แล้ว

    You're the best !! Pls make more videos like this,man 👍🏻

  • @ShuvodeepSaha
    @ShuvodeepSaha 2 ปีที่แล้ว +1

    Hi Seredias, thank you for your tutorial, this was helpful. But can you kindly tell me how to fix the internal camera as default camera when the character enters in the car?

    • @Seredias.
      @Seredias.  2 ปีที่แล้ว +1

      Sure, you have to set the opposite for the Auto Active. So the Auto Active of the follow Camera to false and the Auto Active of the Internal Camera to true. And of course you have to switch around the Case on the Camera Switch.

    • @ShuvodeepSaha
      @ShuvodeepSaha 2 ปีที่แล้ว

      @@Seredias. Oh yes. That's one way surely. Actually I wanted to avoid the switching thing and provide that internal view only. But thank you, that will also work for me.

  • @crazycatmr2805
    @crazycatmr2805 2 หลายเดือนก่อน

    Looks nice when the car is still, but when you try turn, the camera doesn't follow the vehicle rotation.

  • @axretex1
    @axretex1 6 หลายเดือนก่อน

    Thanks for the tutorial but i have a problem with Chase Camera. The system works for Internal Camera, but when I switch the camera to Chase Camera, I can't look around.

    • @Seredias.
      @Seredias.  6 หลายเดือนก่อน

      The Chase Camera is Part of the Vehicle Template. So this will work by default. Then you would add an Internal Camera without changing the other one.

  • @Moaedmsawer
    @Moaedmsawer 5 หลายเดือนก่อน

    i did it but the main camera not moving with car direction i mean when drive and steer the camera come beside the car

    • @Seredias.
      @Seredias.  5 หลายเดือนก่อน

      Sounds like you mixed up the Inputs. The "Look Around" and Steering Input are separate Inputs.

    • @dingus3209
      @dingus3209 5 หลายเดือนก่อน

      @@Seredias. hes saying when you turn the camera doesnt follow you just looks straight foward while the car turns i also have this issue

    • @ciaranmitchell4750
      @ciaranmitchell4750 2 หลายเดือนก่อน

      @@dingus3209 did you find a answer?

  • @Wade978
    @Wade978 6 หลายเดือนก่อน

    Hi. Followed the tutorial, and it worked well but because my outside look system operated the springarm with the camera attached to it instead of the camera alone like yours, i cant get both to work together.
    Is there a way i can accommodate both?

    • @Seredias.
      @Seredias.  6 หลายเดือนก่อน

      Like in the Tutorial you need two cameras. One for the Outside Look with the Spring Arm and one for inside.

    • @Wade978
      @Wade978 6 หลายเดือนก่อน

      ​@Seredias.
      @Seredias. I already had it set up. I'm just having issue getting it to work with your car camera nodes to have both working (sprinarm uses "add relative rotation" while the car cam uses "add controller yaw input" ).
      Also input for camera is Event Look with mouse y and mouse x under it as controls

    • @Wade978
      @Wade978 6 หลายเดือนก่อน

      ​@Seredias.
      Hi!!!
      I managed to fix the issue by getting rid of the single LOOK input I made and putting the code behind each adjacent Springarm look code, and I got it working. 👍
      My only issue is that whenever I look up/down with my incar camera, it moves to a point and starts going wonky and moving on its own, sometimes even affecting the GameCamera also

  • @stroporez79
    @stroporez79 8 หลายเดือนก่อน

    Thanks for the lesson. It's a pity that you can't look
    up or down a little. The camera does not turn behind the car. When turning, you have to turn the camera yourself.

    • @Seredias.
      @Seredias.  8 หลายเดือนก่อน

      If you want to look up and down as well, just leave the "LookUp" Input. 3:30

  • @psyco4452
    @psyco4452 2 ปีที่แล้ว

    thx to this tuto i found out the set yaw input xD now my character doesn't fken pass IN my car meshes when following the cam.

  • @mikaznavodya9300
    @mikaznavodya9300 2 ปีที่แล้ว

    Thank you brother

  • @rifat.ahammed
    @rifat.ahammed ปีที่แล้ว

    Thank you Soo Much

  • @MidnightVampiro
    @MidnightVampiro 4 หลายเดือนก่อน

    vr tutorial?

    • @Seredias.
      @Seredias.  4 หลายเดือนก่อน +1

      For this specific topic? Cause with VR, you just get different Inputs.

  • @siddharthpandey8532
    @siddharthpandey8532 2 ปีที่แล้ว +1

    Car exit button for android phone in unreal engine 4

    • @Seredias.
      @Seredias.  2 ปีที่แล้ว +1

      So here is a short Tutorial how you create an Exit Button for the Mobile Version:
      1. Go to the Project Settings -> Input -> Mobil -> Default Touch Interface.
      2. Open up the SedanVirtualJoysticks. You should see 2 Elements under Controls.
      3. Add a third one. Set an Image that you like for the Exit Button.
      4. Set the following Values. Center (50.0, 50.0), Visual Size (50.0, 50.0), Thumb Size (50.0, 50.0), Interaction Size (50.0, 50.0), Input Scale (1.0 , 1.0). Main Input Key (Touch 1).
      5. Go back to Project Settings -> Input. Add a Action Mapping (ExitCar) Touch 1.
      6. Go to the EventGraph of the Car and set the Function for the ExitCar Input Action.
      7. Done. :)

    • @siddharthpandey8532
      @siddharthpandey8532 2 ปีที่แล้ว

      @@Seredias. I AM NOT UNDERSTAND SIR 😅 CAN YOU PLEASE VIDEO ON IT

    • @Seredias.
      @Seredias.  2 ปีที่แล้ว +1

      @@siddharthpandey8532 Just follow these Steps and add the Functinallity of this: th-cam.com/video/-U-_dxB0q_U/w-d-xo.html

    • @siddharthpandey8532
      @siddharthpandey8532 2 ปีที่แล้ว

      @@Seredias. sir i try but I am not make exit button for car what should I do

    • @siddharthpandey8532
      @siddharthpandey8532 2 ปีที่แล้ว

      @@Seredias. sir please reply
      I AM IN VERY BIG TROUBLE

  • @Fettman89
    @Fettman89 2 ปีที่แล้ว

    Doesn't work, camera wont move at all once implementing.

    • @Seredias.
      @Seredias.  2 ปีที่แล้ว

      Did you set the "Use Pawn Control Rotation" to true? 1:30
      And do you have a "Turn" and "Look Up" Input in your Input Actions 3:30?