at 9:28 in the video, the player’s position is used as a temporary approximation of which direction to push the target of the shot…
Don’t we have the actual value for that already which we make use of right above within the bullet’s FixedUpdate()
, specifically the _fireDirection
?