I am trying to create a Resident Evil 4 - Style “Aimbox window”. I have made a lot of progress to my the current build of my game – However my solution for Aiming my gun within bounds isn’t working.
I want to move the gun independently of the body when in aiming mode, however, when I move the gun out of bounds (degrees based on the relative position fo the player) I want the entire body to move with the gun synchronously.
My current solution is overly complex. It is not usually my style to ask for help, but I really could use some. The game works with regular rotation, however, i really have my mind set on this feature.