Create a Third-Person Camera System in Unity

Поделиться
HTML-код
  • Опубликовано: 21 янв 2023
  • Let's Make a third-person camera in Unity using the Cinemachine package. This step-by-step tutorial will show you how to set up the basic camera controls and utilize advanced features to elevate your game and give players an immersive experience.
    ● Part 01: • UNIQUE Third Person Co...
    ● Part 02: • Third Person controlle...
    ● Cinemachine Tutorial: • 2D Camera in Unity - ...
    ♥ Don't Click This! : bit.ly/2Zi3vu9
    ♥ My Second Channel: bit.ly/3jvI8g6
    --------------------------------------------------------------------
    ✅ My current Productivity Setup 👇:
    ● Gaming Headset: amzn.to/3HyXgp2
    ● Gaming Mouse: amzn.to/3ni4Ygp
    ● Best Webcam: amzn.to/44pVUqw
    ● Keyboard: amzn.to/3ALXB3M
    ● GPU: amzn.to/42mylNt
    ● CPU: amzn.to/44lOBjs
    --------------------------------------------------------------------
    FOLLOW ME:
    ● Facebook: / developer3.5pro
    ● Sketchfab: sketchfab.com/GDTitans
    --------------------------------------------------------------------
    ► All content by GDTitans is 100% free. I believe that education should be freely available to everyone.

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

  • @gmangman123
    @gmangman123 Год назад +3

    Thx for tutorial my friend.

  • @GDTitans
    @GDTitans  Год назад +3

    ● Part 01: ruclips.net/video/qRYrwx7LN9I/видео.html
    ● Part 02: ruclips.net/video/1dIo9lw9IEo/видео.html
    ♥ Don't Click This! : bit.ly/2Zi3vu9
    ♥ My Second Channel: bit.ly/3jvI8g6

  • @robertbrozewicz8003
    @robertbrozewicz8003 Год назад +4

    Thank you so much for this tutorial. You have saved the day. In subscirbed immediately after having watched the first have of the video... Best tutorial ..

    • @GDTitans
      @GDTitans  Год назад +2

      Awesome, thank you!

  • @Nishantplays552
    @Nishantplays552 9 месяцев назад

    Thank u for ur clear tutorial I got my problem solved😊❤❤❤❤

  • @david_jang_95
    @david_jang_95 4 месяца назад

    How is great!! Very understandable! Thank you so much for your tutorial! Keep it up!! ☺👍✨

  • @KirbyGutierrez
    @KirbyGutierrez 6 месяцев назад +1

    THANK YOU

  • @hakimsabkhi3944
    @hakimsabkhi3944 5 месяцев назад +1

    Could you explain how to control the camera in the environment just when clicking and dragging the mouse ? thanks for the tutorial you explain it well.

  • @BilalJutt-bb3rv
    @BilalJutt-bb3rv Год назад +3

    Hello Sir, please make a tutorial for "merge wood" game.

  • @suryamontageff2595
    @suryamontageff2595 Год назад +4

    Hello sir, if you upload this game at playstore for android this game going viral

  • @angelkaki5707
    @angelkaki5707 6 месяцев назад

    How to add a way to slow the camera movement?? it moves to fast when i turn around ? appreciate it thank you!

  • @thatmateo.
    @thatmateo. Год назад +3

    Can you help the camera speed is to fast

    • @tristandrahn898
      @tristandrahn898 10 месяцев назад

      Vielleicht hast du die Funktion "look at" in der VirtualCamera genutzt.

  • @nicolasportu
    @nicolasportu Год назад +3

    Outstanding! Does it work for mobile? Can I add Touch for the camera 360? Thanks!

    • @GDTitans
      @GDTitans  Год назад +1

      ruclips.net/video/wdsLDogAALI/видео.html

  • @abhishekbose1705
    @abhishekbose1705 6 месяцев назад +1

    2:33

  • @a.technology1446
    @a.technology1446 Год назад +2

    👍

  • @souvik_saha
    @souvik_saha 8 месяцев назад +1

    Why didn't we use freelook camera instead of virtual camera? what are the differences and use cases?

    • @GravityBlood
      @GravityBlood 7 месяцев назад

      It depend on design of your character controller system. There is no clear answer, just use what fit with your design the most.

  • @kienvangvan4701
    @kienvangvan4701 Год назад +1

    why my code is not bugs, my code is same your code, but i can't rotation camera?
    can you help me?

    • @aliozkanl899
      @aliozkanl899 11 месяцев назад

      Write "OnLook", not "onlook" etc. because it takes from player input>behavior.

  • @agasonnn1
    @agasonnn1 Год назад +1

    how to make invert 3rd person camera bro?

    • @GDTitans
      @GDTitans  Год назад +1

      Easy instead of using xRotation+=
      Use -=

  • @Wicked-lk5kh
    @Wicked-lk5kh Месяц назад

    this just does not work. I've copied every little thing you did. if you just barely move the mouse the camera moves way to fast and I cannot get the nice smooth results like you have