Unreal Engine Tutorial - Action RPG Top Down Camera with Boundaries

Поделиться
HTML-код
  • Опубликовано: 28 мар 2021
  • Hello everyone! A simple yet awesome tutorial today, I'm sure a lot of people wanted to know how to make this (I know I did!). Luckily it's a lot easier than it seems so hopefully we'll all have a nice Camera system for our games!
    If you like what I make, you can support me by following the channel and donating to my patreon, thank you! - Donny
    www.adonaldclarkgame.com
    / thedonald

Комментарии • 19

  • @NotSoFamousOfficial
    @NotSoFamousOfficial Год назад

    Works beautifully, thanks dude

  • @donaldclark2735
    @donaldclark2735  3 года назад +3

    ONE THING I MISSED! In the Spring Arm Component, uncheck the "Do Collision Check"!!!!! :)

  • @hicosoftstudio9159
    @hicosoftstudio9159 Год назад

    verry good video thanks

  • @donaldclark2735
    @donaldclark2735  3 года назад +1

    If you like what I make, you can support me by following the channel and donating to my patreon, thank you! - Donny
    www.adonaldclarkgame.com
    www.patreon.com/thedonald

  • @bastardborn
    @bastardborn 2 года назад +1

    Confused on the last part there. Well most of it in general lol but how did you make "Set View Target With Blend"? as well as the "Self" preference? And the third person template already has a camera parented to the character. How do we make this new actor the camera instead of the other one.

    • @TCMabe
      @TCMabe 2 года назад +2

      Watch this and it will all make more sense: ruclips.net/video/uW86ZGxesmc/видео.html Set view Target with blend is what changes the camera from the player to the one placed in the level controlled by the BP. Cheers !

    • @bastardborn
      @bastardborn 2 года назад +1

      @@TCMabe wicked, thanks

    • @TCMabe
      @TCMabe 2 года назад

      @@bastardborn you can also right click and type get self in the bp to create the self variable … forgot to mention that earlier. Cheers !

  • @drakesbajan
    @drakesbajan 3 года назад

    Any way you can make an in-depth step-by-step tutorial on this? Or maybe send a link to a site where they do that? Great video

    • @donaldclark2735
      @donaldclark2735  3 года назад

      I thought the video was clear, which part do you not understand? :) I tend to make my videos for people who already have a basic understanding of Unreal Engine, so I do skip things sometimes

    • @drakesbajan
      @drakesbajan 3 года назад

      @@donaldclark2735 Hello, thanks for getting back to me. I'm very new to this (4th day learning lol). The information your giving is great, but since is don't know the vast majority of this stuff: I feel it would have been nice to see a slowed-down version of your video explain every little thing and what they mean. So I can have a deeper understanding of the engine. Still, an awesome video, and I'm gonna try my best to get it working for me. Keep up the great work.

    • @donaldclark2735
      @donaldclark2735  3 года назад

      @@drakesbajan if you're new to programming all together, there's a free intro to computer science course by harvard University called CS50, I'd highly recommend going through that first. You're better off learning core programming skills first, everything else will make sense quicker and you'll have an easier time learning :) good luck

    • @drakesbajan
      @drakesbajan 3 года назад

      @@donaldclark2735 Thanks for the tip. I'lm definitely gonna check that out. Take care.

  • @TCMabe
    @TCMabe 2 года назад

    This is a great tip on setting this up. For those who are trying to figure out some of the steps ... This video may help clarify the Set View Target With Blend node: ruclips.net/video/uW86ZGxesmc/видео.html

  •  3 года назад

    The camera its nos following my character and i did everything, can you help?

    • @donaldclark2735
      @donaldclark2735  3 года назад

      Does it come up with an error message? The first 2 things to check would be: 1. Is the FollowActor variable set as the player. 2. Do you call the event that switches on the Gate node in the event tick function

    •  3 года назад

      Hi, thanks for the feedback. Does not come with an error message. The camera just don't follow my character but obey the boundaries. How do i set my camera as my player?

    •  3 года назад

      @@donaldclark2735 HEY, how do i make my camera works again when i die? because its a "BeginToPlay" event.

    • @donaldclark2735
      @donaldclark2735  3 года назад

      @ make the code that sets the player as the camera's focus a unique function. Then you can call it whenever you want. You can just add that function to whatever your respawn code is