hello, when i follow the course about actioncameraposition calculation in the code, i can’t understand why “+ (shootDir * -1)” is used? i tried to remove this code, it looks nothing changed.
Vector3 actionCameraPosition = shooterUnit.GetWorldPosition()
+ cameraCharacterHeight
+ shoulderOffset
+ (shootDir * -1);