WesleyThompson / ProjectMech

1 stars 2 forks source link

Reticle Location is not as accurate as it should be #7

Closed HomerGaidarski closed 8 years ago

HomerGaidarski commented 8 years ago

Currently, when the player shoots, a raycast is fired forward from the target locator and then the projectile, which comes from one of the tank guns, goes towards the hit point of the raycast. Because the reticle is at the center of the camera screen, it is slightly off.

Possible solution: Either move the projectile shooter script to the player camera or move the reticle.

HomerGaidarski commented 8 years ago

fixed with master commit e3de0e0