Hello Guys
I am trying to add force to my camera transform.
I have added rigidbody to camera and checked is Kinematic .
selectedCamera.rigidbody.AddForce(transform.forward * 10, ForceMode.Impulse);
Camera does not move with the given code
please help