Тёмный

Creating a Third Person Camera using Cinemachine Free Look in Unity that Avoids Obstacles (Tutorial) 

Smart Penguins
Подписаться 22 тыс.
Просмотров 65 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@Gabi-wo9rr
@Gabi-wo9rr 2 года назад
After a day of trying to fit many scripts to suit my tastes, this guy did it better than me in just 4 mins. Nice!
@thelastpiratesYT
@thelastpiratesYT 9 месяцев назад
I agree, custom made camera takes a lot of time and effort to smooth out. I would say for most unity games, Cinemachine is a must-have.
@treemonkey336
@treemonkey336 2 года назад
very good youtuber! you explain so well and people who have been searching on how to do this will finally do it because your great at explaining!
@AndrewMaksym
@AndrewMaksym 3 года назад
This is brilliant, thank you!
@garbski42
@garbski42 2 года назад
Thanks! I've been struggling for two days and my over-thinking brain was getting tired.
@karthikt5268
@karthikt5268 3 года назад
Thanks for the tutorial 🔥
@neisanland2503
@neisanland2503 2 месяца назад
best video ever. thanks man
@bluestrawberry1225
@bluestrawberry1225 Год назад
Is there a way to change the rigs settings using Visual Scripting in real time I want to push the camera back and pull it forward depending on the combat, please I really need to know.
@Reykoil
@Reykoil Год назад
Hey Smart Penguin. Do you remember what environment asset did you use for this project? thx!
@owenhey3187
@owenhey3187 Год назад
Great video! Super helpful
@trialupload
@trialupload 3 года назад
One More Awesome Topic
@novaesc844
@novaesc844 Год назад
so simple nice
@carlos_7x
@carlos_7x 9 месяцев назад
What can I do to control the camera with the right stick of a gamepad instead of the mouse?
@darkprinc3284
@darkprinc3284 2 года назад
when i import cinemachine to the project the main camera dont change position or anything and i cant see that red boarder in game mode
@ablgr511
@ablgr511 2 года назад
good vid man thanks a lot
@Kavee_3
@Kavee_3 2 года назад
Great, thank you so much
@chrisjackson8069
@chrisjackson8069 2 года назад
Super useful thank you !
@ericgordon4999
@ericgordon4999 Год назад
Really great!
@xongram3139
@xongram3139 3 года назад
can i implement the cinematic free look camera using touch inputs for mobile.....i was trying to impletement the freelook camera.....but when i am using joystick to move the player.....it still rotates or moves the camera......can i restrict the camera movement while using the joystick
@user-em9su3dd9y
@user-em9su3dd9y 2 года назад
Nice - thanks
@ablgr511
@ablgr511 2 года назад
bro thank you
@rocketshader2699
@rocketshader2699 2 года назад
Freelook camera feels hard to control, I don't know why? But standart virtual camera is easy to control so I use that.
@bodrhul
@bodrhul 2 года назад
THANKS YOUU!
@a.technology1446
@a.technology1446 3 года назад
Great
@XboxPlayerPL
@XboxPlayerPL 3 года назад
Nice! How about the character moving the same way where the camera is facing?
@SmartPenguins
@SmartPenguins 3 года назад
You would use the camera rotation on y Axis and set that to your player.
@nico_crowned
@nico_crowned 2 года назад
@@SmartPenguins Hi, thanks for the video! Could you please be more specific about this? I have the same doubt than Friedrich... and I'm not sure what should I set and where...
@robertorodriguez4304
@robertorodriguez4304 2 года назад
You'll need a script with a public or serialized variable to drag your main camera to the inspector to control it. You'll need to use the "quaternion angle axis method" transforming euler angles of the y axis vector3 up, this is scripting. This quaternion governs rotation and your main camera being controlled with in the unity inspector will rotate the character in relation where the camera is facing. The video left the important part of the 3rd Person camera controller.
@maxsammich9823
@maxsammich9823 3 года назад
For some reason whenever i get to adding the free camera it locks my camera to whatever FOV it wants in this case it's 40 but i've had it lock at another odd number before, is there anything you can think of as to why that is. also thank you for the tutorials they really are the best out there. (EDIT) it's as soon as there's a cinemachine brain on the camera it locks at 40, if i remove or disable it it lets me use the FOV slider again.
@SmartPenguins
@SmartPenguins 3 года назад
because it's controlled by free look camera, check for FOV settings there
@maxsammich9823
@maxsammich9823 3 года назад
@@SmartPenguins You legend, Somehow I completely missed that.
@bonse2000
@bonse2000 2 года назад
my character dsnt move and camera also and i take thats errors
@NightKingMarhoom
@NightKingMarhoom 2 года назад
My cinemachine cam is following main cam instead of character???!!!
@SMABSYSTEMS
@SMABSYSTEMS 3 года назад
Thanks! But could you make one for first person and 2D as well?
@steveradtke1308
@steveradtke1308 3 года назад
Hey smart penguin. Would you mind doing a video on integrating a purchased asset into your visually scripted game? In a case where that asset is not visually scripted?
@SmartPenguins
@SmartPenguins 3 года назад
You have an Asset that you have in mind?
@steveradtke1308
@steveradtke1308 3 года назад
@@SmartPenguins Well in my use case it would be the corgi engine by moremountains. But I know that is a complicated asset and maybe a simpler one would work better.
@geodude1725
@geodude1725 3 года назад
would love to see how to make this just through using a plain camera and visual scripting!
@SmartPenguins
@SmartPenguins 3 года назад
You can, but there is no point making something that exists unless it doesn't work for you.
@geodude1725
@geodude1725 3 года назад
@@SmartPenguins Very true. It would just be interesting to see how it all would come together behind the scenes! Also - Please consider doing a Udemy course at some point. Would love to follow and contribute towards a full series as your Videos have been so useful!
@yugbhagat6531
@yugbhagat6531 3 года назад
hey I have a doubt..not related to this.....for making multiplayer games...i Have seen people using Photon ..but some people suggest to use C# Network...like creating your own server in VS code...so please make a video on the differences please!
@SmartPenguins
@SmartPenguins 3 года назад
For Photon you have to pay if you want to have more than 20 users playing your game at the same time but it's simplifies the process of getting started with multiplayer. Creating your own is more work but you'll have full control on how it works. So it depends what level you are at. BTW Unity is working on releasing there own multiplayer solution too. But for the first multiplayer game I wouldn't suggest making your own solution use something that exist and get the feel for how it all works together before advancing if you need your own solution.
@yugbhagat6531
@yugbhagat6531 3 года назад
@@SmartPenguins Wow man...thanks alot!...
@SGUDevs
@SGUDevs 3 года назад
third person with aiming?
@bharatgoel2916
@bharatgoel2916 2 года назад
can you do a video on how to implement this in mobile please
@codingug6565
@codingug6565 2 года назад
Bro how can i lock mouse in cinemachine pls help :)
@orfstudiosink3585
@orfstudiosink3585 3 года назад
Can you make a simple 3D Multiplayer Tutorial with Mirror maybe;
@SmartPenguins
@SmartPenguins 3 года назад
If you looking for making it with Visual Scripting Tutorial then it will be easier to make it with Photon: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9zpi1PEAKeI.html But for C# & Mirror here is a good place to start ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eFHDKflitqQ.html&ab_channel=FirstGearGames
@orfstudiosink3585
@orfstudiosink3585 3 года назад
@@SmartPenguins Thank you!
@sugarwaifu7211
@sugarwaifu7211 2 года назад
Map?
@bunzy5279
@bunzy5279 2 года назад
Anyone elses camera just not saving settings and clipping?
@parthsahni8952
@parthsahni8952 3 года назад
Thank you can you make a animation tutorial
@SmartPenguins
@SmartPenguins 3 года назад
Something like this? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Q2h2X_mtjrw.html
@parthsahni8952
@parthsahni8952 3 года назад
@@SmartPenguins Thank you soo much
@ziaahmad2767
@ziaahmad2767 3 года назад
Can u make a enemy visual scripting tutorial.
@SmartPenguins
@SmartPenguins 3 года назад
This is not a enemy but you can convert it to an enemy ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Kwpi9j_88xA.html
@ancolia8772
@ancolia8772 3 года назад
Just spend 3 days on making this but i forgot that i could have just searched this up lol. Im stupid...
@fanti8957
@fanti8957 3 года назад
hi. i know u from dicord
@ancolia8772
@ancolia8772 3 года назад
@@fanti8957 oh hello fanti
@bonse2000
@bonse2000 2 года назад
NullReferenceException: Object reference not set to an instance of an object StarterAssets.ThirdPersonController.Move () (at Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs:258) StarterAssets.ThirdPersonController.Update () (at Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs:161)
@bonse2000
@bonse2000 2 года назад
InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. Cinemachine.AxisState.Update (System.Single deltaTime) (at Library/PackageCache/com.unity.cinemachine@2.8.6/Runtime/Core/AxisState.cs:224) Cinemachine.CinemachineOrbitalTransposer.UpdateHeading (System.Single deltaTime, UnityEngine.Vector3 up, Cinemachine.AxisState& axis, Cinemachine.AxisState+Recentering& recentering, System.Boolean isLive) (at Library/PackageCache/com.unity.cinemachine@2.8.6/Runtime/Components/CinemachineOrbitalTransposer.cs:223)
@SmartPenguins
@SmartPenguins 2 года назад
you need to configure Cinemachine to use New Input System because that is what you are using. here this video might help ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-we4CGmkPQ6Q.html&ab_channel=samyam
Далее
Creating a Third Person Camera (Unity Tutorial)
10:51
Просмотров 101 тыс.
Easily Control Cameras with Cinemachine in Unity!
12:20
I Made the Same Game in 8 Engines
12:34
Просмотров 4,2 млн
Third Person Camera System using Cinemachine in Unity
19:07
THIRD PERSON MOVEMENT in Unity
21:05
Просмотров 1,5 млн
3rd Person Controller - Unity's New Input System
40:30