First Person Scope Not Aligned

Have you added the Camera component to the correct transform? (I.e. the visible scope object on the first/third person object.) If its position is wrong (e.g. maybe the transform anchor point of the scope transform is offset), then you could create an empty transform as a child of the scope and put the Camera on that, which would allow you to move the Camera's transform more freely.
 
Top