Question by 
               siddhantxshirguppe · Apr 22, 2020 at 04:12 PM · 
                transformlocalpositionlocalrotation  
              
 
              convert between world transform to a relative transform?
I have one parent P which has a child 1, which in turn has child 2 , which in turn has child 3. The script has lot of rotations and position calculations involved. Is there way to convert everything with respect to specified transform. i cant use localPosition and localRotation because of the nested children.
               Comment
              
 
               
              Your answer