Hey
,
I have a simple question. My question is: Is it possible to make a bullet follow camera I mean like
in Sniper Elite 7 when I make a Headshot or similar I want the Camera follow the Bullet pls Help me.
Yours MilchBrocken
Hey
,
I have a simple question. My question is: Is it possible to make a bullet follow camera I mean like
in Sniper Elite 7 when I make a Headshot or similar I want the Camera follow the Bullet pls Help me.
Yours MilchBrocken
Use a better subject line then “Help me please!!!”
and to answer your question. Yes.
You can have your camera follow any GameObject you want, which includes bullets.
Cinemachine can do that: https://docs.unity3d.com/Packages/com.unity.cinemachine@2.3/manual/index.html
Cinemachine can be installed from the Package Manager.
Oh oh oh… I have one more question @Brathnann … how hard would it be? ![]()
The great thing about Unity is that can make anything as difficult to implement as you want. You’re only limited by your imagination.
To the OP: I assume from the way your question is worded that you are not an experienced coder? I also recommend Cinemachine. It’s the best camera package I’ve seen for Unity and it’s free. I haven’t got into the advance features yet, but making a follow-camera is easy to set up.
If you’re coding this yourself, the dead-simplest way to accomplish what you want is to simply make the camera a child object of the bullet at whatever offset you want.