Question by 
               mackan_p · Oct 01, 2016 at 06:28 AM · 
                c#gameobjecttransform.positionaimdownsights  
              
 
              Make gun aim?
Here's all I've got:
         if (Input.GetButtonDown("Fire2"))
         {
             transform
         }
 
 
 
               All help is appreciated!
               Comment
              
 
               
              Without knowing your scene, etc, there is no real way we can answer this question. I personally would interpolate the object position to a transformed, fixed local space position and back.
Your answer